On an up-to-date as of an hour ago f17 system, on the newui branch,
with no modifications, running "make unittest" gives me 239 errors
and 14 failures.
The following small patches reduce that to 84 errors and 4 failures,
resolving 155 errors and 10 failures.
Beyond this, the rest of the failures look real, most likely due
to code changes without corresponding test suite changes.
diff --git a/tests/pyanaconda_test/backend_test.py b/tests/pyanaconda_test/backend_test.py
index 2dd278e..85b5919 100644
--- a/tests/pyanaconda_test/backend_test.py
+++ b/tests/pyanaconda_test/backend_test.py
@@ -9,8 +9,10 @@ class BackendTest(mock.TestCase):
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
05-09-2012, 02:33 PM
Chris Lumens
Fix some broken tests by unaliasing modules
> On an up-to-date as of an hour ago f17 system, on the newui branch,
> with no modifications, running "make unittest" gives me 239 errors
> and 14 failures.
>
> The following small patches reduce that to 84 errors and 4 failures,
> resolving 155 errors and 10 failures.
>
> Beyond this, the rest of the failures look real, most likely due
> to code changes without corresponding test suite changes.
Keeping the test cases up to date has not been a high priority of mine,
no.
I'll apply this patch. Thanks.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list