/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/tree_implementations/__init__.py

  • Committer: Ian Clatworthy
  • Date: 2009-06-10 10:50:17 UTC
  • mfrom: (4426 +trunk)
  • mto: (4837.1.1 faster-log)
  • mto: This revision was merged to the branch mainline in revision 4844.
  • Revision ID: ian.clatworthy@canonical.com-20090610105017-f0xtw9m3hbrw098k
merge bzr.dev r4426

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
    submod_tests = loader.loadTestsFromModuleNames([
366
366
        'bzrlib.tests.tree_implementations.test_annotate_iter',
367
367
        'bzrlib.tests.tree_implementations.test_get_file_mtime',
 
368
        'bzrlib.tests.tree_implementations.test_get_file_with_stat',
368
369
        'bzrlib.tests.tree_implementations.test_get_root_id',
369
370
        'bzrlib.tests.tree_implementations.test_get_symlink_target',
370
371
        'bzrlib.tests.tree_implementations.test_inv',