~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_transport.py

merge hpss again; restore incorrectly removed RemoteRepository.break_lock

Show diffs side-by-side

added added

removed removed

Lines of Context:
1477
1477
 
1478
1478
    def test_call_with_body_bytes_unicode_args(self):
1479
1479
        self.assertCallDoesNotBreakMedium('method', (u'args',), 'body')
 
1480
        self.assertCallDoesNotBreakMedium('method', ('arg1', u'arg2'), 'body')
1480
1481
 
1481
1482
    def test_call_with_body_bytes_unicode_body(self):
1482
1483
        self.assertCallDoesNotBreakMedium('method', ('args',), u'body')