~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-07 02:16:15 UTC
  • mfrom: (1641.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060407021615-d84ad7bd595139f1
Merge knit performance improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
        instrumented_t._calls = []
323
323
        # request a last-first iteration
324
324
        results = list(k1.iter_lines_added_or_present_in_versions(['base2', 'base']))
325
 
        self.assertEqual([('id.knit', [(0, 87), (87, 90)])], instrumented_t._calls)
 
325
        self.assertEqual([('id.knit', [(0, 87), (87, 89)])], instrumented_t._calls)
326
326
        self.assertEqual(['text\n', 'text2\n'], results)
327
327
 
328
328
    def test_create_empty_annotated(self):