~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testweave.py

  • Committer: Martin Pool
  • Date: 2005-06-28 09:32:03 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050628093203-4a08f8204d673c1e
Basic implementation of deletion markers

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
                          'last line',
205
205
                          ])
206
206
 
 
207
        self.assertEqual(k.get(1),
 
208
                         ['first line',
 
209
                          'last line',
 
210
                          ])
 
211
 
207
212
 
208
213
 
209
214
class BadWeave(TestBase):