1510
1510
stream_bytes = ''.join(response.body_stream)
1511
1511
self.assertStartsWith(stream_bytes, 'Bazaar pack format 1')
1526
1513
def test_search_everything(self):
1527
1514
"""A search of 'everything' returns a stream."""
1528
1515
backing = self.get_transport()
1530
1517
repo, r1, r2 = self.make_two_commit_repo()
1531
1518
serialised_fetch_spec = 'everything'
1532
1519
request.execute('', repo._format.network_name())