Rev 3205: Fix typo (using test id list is no replacement for running the whole test suite QED). in file:///v/home/vila/src/bzr/experimental/selftest/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Jan 21 15:16:44 GMT 2008


At file:///v/home/vila/src/bzr/experimental/selftest/

------------------------------------------------------------
revno: 3205
revision-id:v.ladeuil+lp at free.fr-20080121151638-8fgekd4payq1e58o
parent: v.ladeuil+lp at free.fr-20080121144918-xx5wtw3ddfm0iauh
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: selftest
timestamp: Mon 2008-01-21 16:16:38 +0100
message:
  Fix typo (using test id list is no replacement for running the whole test suite QED).
  
  * bzrlib/tests/test_selftest.py:
  (TestTestIdList.test_test_suite): Fix test name.
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-01-21 14:49:18 +0000
+++ b/bzrlib/tests/test_selftest.py	2008-01-21 15:16:38 +0000
@@ -1926,7 +1926,7 @@
         # category
         test_list = [
             # testmod_names
-            'bzrlib.tests.test_selftest.TestTestIdListFilter.test_test_suite',
+            'bzrlib.tests.test_selftest.TestTestIdList.test_test_suite',
             # transport implementations
             'bzrlib.tests.test_transport_implementations.TransportTests'
             '.test_abspath(LocalURLServer)',



More information about the bazaar-commits mailing list