121
121
def test_40_onto_transport(self):
122
122
"""Test how the request is sent by transmitting across a mock Transport"""
124
127
rego = BranchRegistrationRequest('http://test-server.com/bzr/branch',
126
129
rego.branch_title = 'short description'
128
131
self.assertEquals(transport.connected_host, 'xmlrpc.launchpad.net')
129
132
self.assertEquals(len(transport.sent_params), 6)