~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testweave.py

  • Committer: Martin Pool
  • Date: 2005-06-30 06:52:31 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050630065231-e9b30b601a3ee527
Log externalized weave from one test case

Show diffs side-by-side

added added

removed removed

Lines of Context:
536
536
 
537
537
        self.log('k._l=' + pformat(k._l))
538
538
 
 
539
        from weavefile import write_weave_v1
 
540
        self.log('weave:')
 
541
        write_weave_v1(k, self.TEST_LOG)
539
542
 
540
543
 
541
544
class AutoMerge(TestBase):