Rev 3310: Cosmetic change. in file:///v/home/vila/src/bzr/experimental/faster-selftest/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Mar 24 18:44:42 GMT 2008
At file:///v/home/vila/src/bzr/experimental/faster-selftest/
------------------------------------------------------------
revno: 3310
revision-id: v.ladeuil+lp at free.fr-20080324184438-9f3qbvf83jo1pqdm
parent: v.ladeuil+lp at free.fr-20080324181042-15cfp1w770nf3pgb
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: test-suite-refactoring
timestamp: Mon 2008-03-24 19:44:38 +0100
message:
Cosmetic change.
* bzrlib/tests/test_selftest.py:
(TestSelftestFiltering.test_randomize_suite): Fix useless broken
line.
modified:
bzrlib/tests/test_selftest.py test_selftest.py-20051202044319-c110a115d8c0456a
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py 2008-03-24 18:10:42 +0000
+++ b/bzrlib/tests/test_selftest.py 2008-03-24 18:44:38 +0000
@@ -1818,8 +1818,7 @@
self.assertNotEqual(self.all_names, _test_ids(randomized_suite))
# But not the length. (Possibly redundant with the set test, but not
# necessarily.)
- self.assertEqual(len(self.all_names),
- len(_test_ids(randomized_suite)))
+ self.assertEqual(len(self.all_names), len(_test_ids(randomized_suite)))
def test_sort_suite_by_re(self):
sorted_suite = self.applyDeprecated(one_zero,
More information about the bazaar-commits
mailing list