[yum-commits] Branch 'yum-3_2_X' - test/simpleobsoletestests.py

James Antill james at osuosl.org
Fri Nov 7 20:23:05 UTC 2008


 test/simpleobsoletestests.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f969e0d174ff968fb05059dff51a9a13aab6187
Author: James Antill <james at and.org>
Date:   Fri Nov 7 15:22:59 2008 -0500

    Fix typo which stopped a testcase from running

diff --git a/test/simpleobsoletestests.py b/test/simpleobsoletestests.py
index ca9750e..9a9b5fc 100644
--- a/test/simpleobsoletestests.py
+++ b/test/simpleobsoletestests.py
@@ -256,7 +256,7 @@ class SimpleObsoletesTests(OperationsTests):
         self.assert_(res=='ok', msg)
         self.assertResult((pkgs['nash'],pkgs['bigfish'],))
 
-    def testMultiObs2(self):
+    def testMultiObs3(self):
         pkgs = self._MultiObsHelper()
         res, msg = self.runOperation(['install', 'shark'],
                                      pkgs['pi'], pkgs['po'])


More information about the Yum-commits mailing list