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

  • Committer: Aaron Bentley
  • Date: 2009-07-14 13:19:52 UTC
  • mto: This revision was merged to the branch mainline in revision 4534.
  • Revision ID: aaron@aaronbentley.com-20090714131952-n8j9t05hke4uweht
Updates from review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
        shelver.expect('Shelve 1 change(s)? [yNfq?]', 'y')
166
166
 
167
167
    def test_shelve_modify_target(self):
 
168
        self.requireFeature(tests.SymlinkFeature)
168
169
        tree = self.create_shelvable_tree()
169
170
        os.symlink('bar', 'tree/baz')
170
171
        tree.add('baz', 'baz-id')
310
311
        shelver.expect('Apply 1 change(s)? [yNfq?]', 'y')
311
312
 
312
313
    def test_shelve_modify_target(self):
 
314
        self.requireFeature(tests.SymlinkFeature)
313
315
        tree = self.create_shelvable_tree()
314
316
        os.symlink('bar', 'tree/baz')
315
317
        tree.add('baz', 'baz-id')