~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_reconfigure.py

  • Committer: Aaron Bentley
  • Date: 2007-09-17 12:45:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2826.
  • Revision ID: abentley@panoramicfeedback.com-20070917124554-87bcpjl0szn74mdk
Update docs from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    )
22
22
 
23
23
 
24
 
class TestReconcile(tests.TestCaseWithTransport):
 
24
class TestReconfigure(tests.TestCaseWithTransport):
25
25
 
26
26
    def test_no_type(self):
27
27
        branch = self.make_branch('branch')