[yum-cvs] test/skipbroken-tests.py
Tim Lauridsen
timlau at linux.duke.edu
Tue Dec 11 14:04:44 UTC 2007
test/skipbroken-tests.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 1272953344a171fca00a912324056fbc2fe6a79c
Author: Tim Lauridsen <tim at naboo.local>
Date: Tue Dec 11 15:02:18 2007 +0100
Enabled yum logging output in skip-broken unit test, so we can see the yum depsolver output when a test is failing
diff --git a/test/skipbroken-tests.py b/test/skipbroken-tests.py
index 9a6a3d3..3e077e1 100644
--- a/test/skipbroken-tests.py
+++ b/test/skipbroken-tests.py
@@ -6,7 +6,8 @@ from testbase import *
class SkipBrokenTests(DepsolveTests):
''' Test cases to test skip-broken'''
- def setup_func(self):
+ def setUp(self):
+ DepsolveTests.setUp(self)
setup_logging()
def testMissingReqNoSkip(self):
More information about the Yum-cvs-commits
mailing list