/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_testament.py

  • Committer: Jan Balster
  • Date: 2006-08-15 12:39:42 UTC
  • mfrom: (1923 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1928.
  • Revision ID: jan@merlinux.de-20060815123942-22c388c6e9a8ac91
merge bzr.dev 1923

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
    def test_testament_revprops(self):
136
136
        """Testament to revision with extra properties"""
137
137
        props = dict(flavor='sour cherry\ncream cheese',
138
 
                     size='medium')
 
138
                     size='medium',
 
139
                     empty='',
 
140
                    )
139
141
        self.wt.commit(message='revision with properties',
140
142
                      timestamp=1129025493,
141
143
                      timezone=36000,
281
283
properties:
282
284
  branch-nick:
283
285
    test branch
 
286
  empty:
284
287
  flavor:
285
288
    sour cherry
286
289
    cream cheese