1102
1102
transport_path = 'sinhala'
1103
1103
repo, client = self.setup_fake_client_and_repository(transport_path)
1104
1104
client.add_error_response('AnUnexpectedError')
1106
1106
self.applyDeprecated, one_four, repo.get_revision_graph, revid)
1107
1107
self.assertEqual(('AnUnexpectedError',), e.error_tuple)