/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_remote.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-19 15:49:41 UTC
  • mto: (6266.4.10 hpss-destroy-branch)
  • mto: This revision was merged to the branch mainline in revision 6298.
  • Revision ID: jelmer@samba.org-20111119154941-szkegs07nd0254ev
New HPSS call VersionedFileRepository.get_serializer_format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    RemoteSSHTransport,
76
76
    RemoteTCPTransport,
77
77
    )
78
 
from bzrlib.xml7 import serializer_v7
79
78
 
80
79
 
81
80
load_tests = load_tests_apply_scenarios
2131
2130
        transport_path = 'hill'
2132
2131
        repo, client = self.setup_fake_client_and_repository(transport_path)
2133
2132
        client.add_success_response('ok', '7')
2134
 
        self.assertEquals(serializer_v7, repo.get_serializer_format())
 
2133
        self.assertEquals('7', repo.get_serializer_format())
2135
2134
        self.assertEqual(
2136
2135
            [('call', 'VersionedFileRepository.get_serializer_format',
2137
2136
              ('hill/', ))],