/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: Andrew Bennetts
  • Date: 2007-04-17 09:01:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070417090153-a7apw9czzedpt4nk
Deal with various review comments from Robert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        # open a standalone branch in the working directory
69
69
        b = remote.RemoteBzrDir(self.transport)
70
70
        branch = b.open_branch()
 
71
        self.assertIsInstance(branch, Branch)
71
72
 
72
73
    def test_remote_repository(self):
73
74
        b = BzrDir.open_from_transport(self.transport)