~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

  • Committer: Robert Collins
  • Date: 2009-03-06 04:38:56 UTC
  • mto: (4086.1.1 hpss-integration)
  • mto: This revision was merged to the branch mainline in revision 4087.
  • Revision ID: robertc@robertcollins.net-20090306043856-1w5vzs5ebv93zyda
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        control_name = reference_bzrdir_format.network_name()
377
377
        client.add_expected_call(
378
378
            'BzrDir.cloning_metadir', ('quack/', 'False'),
379
 
            'success', (control_name, '', ('direct', ''))),
 
379
            'success', (control_name, '', ('branch', ''))),
380
380
        a_bzrdir = RemoteBzrDir(transport, remote.RemoteBzrDirFormat(),
381
381
            _client=client)
382
382
        result = a_bzrdir.cloning_metadir()