/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: Canonical.com Patch Queue Manager
  • Date: 2007-03-13 05:55:15 UTC
  • mfrom: (2348.1.2 mz.symlinks)
  • Revision ID: pqm@pqm.ubuntu.com-20070313055515-823e15af73d49270
(marienz,r=john,r=mbp) fix error committing merge with symlinks in dirstate

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
    test_tree_implementations = [
310
310
        'bzrlib.tests.tree_implementations.test_get_file_mtime',
311
311
        'bzrlib.tests.tree_implementations.test_get_symlink_target',
 
312
        'bzrlib.tests.tree_implementations.test_inv',
312
313
        'bzrlib.tests.tree_implementations.test_list_files',
313
314
        'bzrlib.tests.tree_implementations.test_revision_tree',
314
315
        'bzrlib.tests.tree_implementations.test_test_trees',