Rev 4936: Typo in test__annotator. Now 'selftest --list' matches as expected in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-permute-for-extension

John Arbash Meinel john at arbash-meinel.com
Tue Dec 22 16:47:48 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-permute-for-extension

------------------------------------------------------------
revno: 4936
revision-id: john at arbash-meinel.com-20091222164736-ls9zqdmea3otz11h
parent: john at arbash-meinel.com-20091222164603-008xa9x64hel7nfb
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0rc1-permute-for-extension
timestamp: Tue 2009-12-22 10:47:36 -0600
message:
  Typo in test__annotator. Now 'selftest --list' matches as expected
-------------- next part --------------
=== modified file 'bzrlib/tests/test__annotator.py'
--- a/bzrlib/tests/test__annotator.py	2009-12-22 16:28:47 +0000
+++ b/bzrlib/tests/test__annotator.py	2009-12-22 16:47:36 +0000
@@ -30,7 +30,7 @@
     """Parameterize tests for all versions of groupcompress."""
     suite, _ = tests.permute_tests_for_extension(standard_tests, loader,
         'bzrlib._annotator_py', 'bzrlib._annotator_pyx')
-    return result
+    return suite
 
 
 class TestAnnotator(tests.TestCaseWithMemoryTransport):



More information about the bazaar-commits mailing list