1603
1603
smart_protocol.call_with_body_readv_array(('foo', ), [(1,2),(5,6)])
1604
1604
self.assertEqual(expected_bytes, output.getvalue())
1611
1609
"error\x01Generic bzr smart protocol error: bad request 'foo'\n")
1612
1610
input = StringIO(server_bytes)