~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bundle.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-22 18:37:26 UTC
  • mfrom: (1551.7.5 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20060622183726-70f1e7cb560cf090
Update StrictTestament support and as_sha1 algorithm, bump bundle version

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
                               bundle_txt)
312
312
        bundle_txt.seek(0)
313
313
        self.assertEqual(bundle_txt.readline(), 
314
 
                         '# Bazaar revision bundle v0.7\n')
 
314
                         '# Bazaar revision bundle v0.8\n')
315
315
        self.assertEqual(bundle_txt.readline(), '#\n')
316
316
 
317
317
        rev = self.b1.repository.get_revision(rev_id)