~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_push.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-14 21:50:54 UTC
  • mfrom: (6282.6.43 hpss-get-inventories)
  • Revision ID: pqm@pqm.ubuntu.com-20111214215054-kbzhlka9gtbd4zd7
(jelmer) Add HPSS call for retrieving inventories. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
        # remote graph any further.
280
280
        bzr_core_trace = Equals(
281
281
            ['Repository.insert_stream_1.19', 'Repository.insert_stream_1.19',
282
 
             'get', 'Branch.set_last_revision_info', 'Branch.unlock'])
 
282
             'Branch.set_last_revision_info', 'Branch.unlock'])
283
283
        bzr_loom_trace = Equals(
284
284
            ['Repository.insert_stream_1.19', 'Repository.insert_stream_1.19',
285
 
             'get', 'Branch.set_last_revision_info', 'get', 'Branch.unlock'])
 
285
             'Branch.set_last_revision_info', 'get', 'Branch.unlock'])
286
286
        self.assertThat(calls_after_insert_stream,
287
287
            MatchesAny(bzr_core_trace, bzr_loom_trace))
288
288