~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: 2007-10-26 19:15:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2982.
  • Revision ID: john@arbash-meinel.com-20071026191529-st3fn58l61g24017
Add tree implementation tests for Tree.get_root_id()

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
    result = TestSuite()
324
324
    test_tree_implementations = [
325
325
        'bzrlib.tests.tree_implementations.test_get_file_mtime',
 
326
        'bzrlib.tests.tree_implementations.test_get_root_id',
326
327
        'bzrlib.tests.tree_implementations.test_get_symlink_target',
327
328
        'bzrlib.tests.tree_implementations.test_inv',
328
329
        'bzrlib.tests.tree_implementations.test_list_files',