~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_bound_branches.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-12 21:42:10 UTC
  • mto: (1587.1.6 bound-branches)
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: john@arbash-meinel.com-20051112214210-6afc243ae098682f
Added a test for the unbind command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
        self.failUnlessExists('.bzr/bound')
73
73
 
 
74
        bzr('unbind')
 
75
        self.failIf(os.path.lexists('.bzr/bound'))
 
76
 
 
77
        # TODO: Should unbinding a non-bound branch fail?
 
78
        #bzr('unbind')
 
79
 
74
80
    def test_bound_commit(self):
75
81
        bzr = self.run_bzr
76
82
        self.create_branches()