~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_testament.py

merge bzr.dev.revno.1905

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