868
876
repo, client = self.setup_fake_client_and_repository(
869
877
responses, transport_path)
878
search = graph.SearchResult(set(['revid']), set(), 1, set(['revid']))
871
880
self.assertRaises(errors.SmartProtocolError, list, stream)
873
882
def test_backwards_compatibility(self):