/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/test_transform.py

  • Committer: Aaron Bentley
  • Date: 2007-12-29 21:59:03 UTC
  • mto: This revision was merged to the branch mainline in revision 3162.
  • Revision ID: aaron.bentley@utoronto.ca-20071229215903-hmlfjwdqg5mb93bn
Add missing symlink requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
1542
1542
        self.assertEqual([], list(target._iter_changes(revision_tree)))
1543
1543
 
1544
1544
    def test_build_tree_accelerator_wrong_kind(self):
 
1545
        self.requireFeature(SymlinkFeature)
1545
1546
        source = self.make_branch_and_tree('source')
1546
1547
        self.build_tree_contents([('source/file1', '')])
1547
1548
        self.build_tree_contents([('source/file2', '')])