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

Tim Lauridsen timlau at osuosl.org
Fri Jan 14 17:33:00 UTC 2011


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

New commits:
commit d59ff88503ea8da989c1c18c811db6a058ef42dc
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Fri Jan 14 18:33:01 2011 +0100

    fix skipbroken test (Sorry Seth)

diff --git a/test/skipbroken-tests.py b/test/skipbroken-tests.py
index 4e6b2c8..31482bc 100644
--- a/test/skipbroken-tests.py
+++ b/test/skipbroken-tests.py
@@ -669,7 +669,7 @@ class SkipBrokenTests(DepsolveTests):
         self.tsInfo.addUpdate(u7, oldpo=i7)
         self.assertEquals('ok', *self.resolveCode(skip=True))
         # uncomment this line and the test will fail and you can see the output
-        self.assertResult([i1])
+        # self.assertResult([i1])
         
     
     


More information about the Yum-commits mailing list