/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: Canonical.com Patch Queue Manager
  • Date: 2006-07-31 16:29:15 UTC
  • mfrom: (1886.1.5 read_empty_property-47782)
  • Revision ID: pqm@pqm.ubuntu.com-20060731162915-b2972d4eb057407a
(jam) fix bug #47782, rev props serialization should handle empty and unicode entries

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