/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/branch_implementations/test_push.py

  • Committer: Jelmer Vernooij
  • Date: 2009-03-04 13:27:50 UTC
  • mfrom: (4075 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4076.
  • Revision ID: jelmer@samba.org-20090304132750-2mdmad8r8agxc0hn
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
        self.disableOptimisticGetParentMap()
260
260
        self.assertFalse(local.is_locked())
261
261
        local.push(remote)
262
 
        hpss_call_names = [item[0].method for item in self.hpss_calls]
 
262
        hpss_call_names = [item.call.method for item in self.hpss_calls]
263
263
        self.assertTrue('Repository.insert_stream' in hpss_call_names)
264
264
        insert_stream_idx = hpss_call_names.index('Repository.insert_stream')
265
265
        calls_after_insert_stream = hpss_call_names[insert_stream_idx:]
419
419
        self.assertEqual(
420
420
            ['BzrDir.open',
421
421
             'BzrDir.open_branch',
422
 
             'BzrDir.find_repositoryV2',
 
422
             'BzrDir.find_repositoryV3',
423
423
             'Branch.get_stacked_on_url',
424
424
             'Branch.lock_write',
425
425
             'Branch.last_revision_info',