From 84bd4c12469aa74e45182f47f8c9845922085777 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 8 Oct 2014 09:15:20 +0200 Subject: test_automount_plugin: Fix test ordering Nose ran the `test_a_*` and `test_a2_*` tests in opposite order than the source suggested. Fix this. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej --- ipatests/test_xmlrpc/test_automount_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipatests/test_xmlrpc/test_automount_plugin.py') diff --git a/ipatests/test_xmlrpc/test_automount_plugin.py b/ipatests/test_xmlrpc/test_automount_plugin.py index 759fa8dcc..90e320730 100644 --- a/ipatests/test_xmlrpc/test_automount_plugin.py +++ b/ipatests/test_xmlrpc/test_automount_plugin.py @@ -222,7 +222,7 @@ class test_automount(AutomountTest): assert_attr_equal(res, 'automountinformation', self.newinfo) assert_attr_equal(res, 'automountkey', self.keyname_rename) - def test_a_automountmap_mod(self): + def test_a1_automountmap_mod(self): """ Test the `xmlrpc.automountmap_mod` method. """ @@ -244,7 +244,7 @@ class test_automount(AutomountTest): dn=DN(('automountmapname', self.mapname), ('cn', self.locname), ('cn', 'automount'), api.env.basedn), - description=(u'description of map',), + description=(u'new description',), automountmapname=(u'testmap',)),), orphankeys=[( dict( -- cgit