~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2008-03-15 13:51:09 UTC
  • mfrom: (3280 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3281.
  • Revision ID: john@arbash-meinel.com-20080315135109-7v9gimdidd1s7llr
[merge] bzr.dev 3280

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
def test_suite():
323
323
    result = TestSuite()
324
324
    test_tree_implementations = [
 
325
        'bzrlib.tests.tree_implementations.test_annotate_iter',
325
326
        'bzrlib.tests.tree_implementations.test_get_file_mtime',
326
327
        'bzrlib.tests.tree_implementations.test_get_root_id',
327
328
        'bzrlib.tests.tree_implementations.test_get_symlink_target',