~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-20 16:47:49 UTC
  • mfrom: (4964.2.5 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20100120164749-d4mdz4g4jpl866mt
(mbp) Some reprs to help with debugging and interactive use

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        b = BzrDir.open_from_transport(self.transport).open_branch()
135
135
        self.assertStartsWith(str(b), 'RemoteBranch(')
136
136
 
 
137
    def test_remote_bzrdir_repr(self):
 
138
        b = BzrDir.open_from_transport(self.transport)
 
139
        self.assertStartsWith(str(b), 'RemoteBzrDir(')
 
140
 
137
141
    def test_remote_branch_format_supports_stacking(self):
138
142
        t = self.transport
139
143
        self.make_branch('unstackable', format='pack-0.92')