~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_shelf_ui.py

  • Committer: Aaron Bentley
  • Date: 2009-10-23 03:35:32 UTC
  • mto: (4603.1.22 shelve-editor)
  • mto: This revision was merged to the branch mainline in revision 4795.
  • Revision ID: aaron@aaronbentley.com-20091023033532-exo2sfgc3rn1e434
Remove test code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
        tree = self.create_shelvable_tree()
345
345
        tree.lock_tree_write()
346
346
        self.addCleanup(tree.unlock)
347
 
        return
348
347
        shelver = ExpectShelver(tree, tree.basis_tree(),
349
348
                                reporter=shelf_ui.ApplyReporter())
350
349
        self.addCleanup(shelver.finalize)