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

  • Committer: Martin Pool
  • Date: 2010-01-15 06:52:49 UTC
  • mto: This revision was merged to the branch mainline in revision 4974.
  • Revision ID: mbp@sourcefrog.net-20100115065249-tn7itblo9gqx6sn3
Add RemoteBzrDir repr

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')