~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test__annotator.py

  • Committer: John Arbash Meinel
  • Date: 2009-12-22 16:47:36 UTC
  • mto: This revision was merged to the branch mainline in revision 4922.
  • Revision ID: john@arbash-meinel.com-20091222164736-ls9zqdmea3otz11h
Typo in test__annotator. Now 'selftest --list' matches as expected

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    """Parameterize tests for all versions of groupcompress."""
31
31
    suite, _ = tests.permute_tests_for_extension(standard_tests, loader,
32
32
        'bzrlib._annotator_py', 'bzrlib._annotator_pyx')
33
 
    return result
 
33
    return suite
34
34
 
35
35
 
36
36
class TestAnnotator(tests.TestCaseWithMemoryTransport):