/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: 2010-10-26 08:43:44 UTC
  • mfrom: (5514.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101026084344-fip1ktaqjin2w720
(vila) Correctly set the Content-Type header when POSTing http
        requests (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
            timestamp=1129025493,
130
130
            timezone=36000,
131
131
            rev_id='test@user-3',
132
 
            committer='Erik B\xe5gfors <test@user>',
 
132
            committer=u'Erik B\xe5gfors <test@user>',
133
133
            revprops={'uni':u'\xb5'}
134
134
            )
135
135
        t = self.from_revision(self.b.repository, 'test@user-3')