~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-16 13:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 4449.
  • Revision ID: john@arbash-meinel.com-20090616135714-8o7jdtqqsfuv914z
The new code removes a get_parent_map call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2059
2059
        # self.assertEqual([("annotate", key_basis)], basis.calls)
2060
2060
        self.assertEqual([('get_parent_map', set([key_basis])),
2061
2061
            ('get_parent_map', set([key_basis])),
2062
 
            ('get_parent_map', set([key_basis])),
2063
2062
            ('get_record_stream', [key_basis], 'unordered', True)],
2064
2063
            basis.calls)
2065
2064