/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/workingtree_implementations/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-16 14:03:54 UTC
  • mfrom: (2017.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060916140354-1a9932f525bb7182
(robertc) Add MemoryTree and TreeBuilder test helpers. Also test behavior of transport.has('/') which caused failures in this when merging, and as a result cleanup the sftp path normalisation logic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        'bzrlib.tests.workingtree_implementations.test_merge_from_branch',
64
64
        'bzrlib.tests.workingtree_implementations.test_parents',
65
65
        'bzrlib.tests.workingtree_implementations.test_pull',
 
66
        'bzrlib.tests.workingtree_implementations.test_put_file',
 
67
        'bzrlib.tests.workingtree_implementations.test_mkdir',
66
68
        'bzrlib.tests.workingtree_implementations.test_unversion',
67
69
        'bzrlib.tests.workingtree_implementations.test_workingtree',
68
70
        ]