197
197
target = BzrDir.create_branch_and_repo("target/")
198
198
source = Branch.open(self.get_readonly_url("source/"))
199
199
self.assertEqual(target.fetch(source), (2, []))
200
201
# this is the path to the literal file. As format changes
201
202
# occur it needs to be updated. FIXME: ask the store for the
205
206
len([log for log in self.get_readonly_server().logs if log.endswith(weave_suffix)]))
208
209
len([log for log in self.get_readonly_server().logs if log.endswith(
209
210
inventory_weave_suffix)]))
210
211
# this r-h check test will prevent regressions, but it currently already
211
212
# passes, before the patch to cache-rh is applied :[
214
215
len([log for log in self.get_readonly_server().logs if log.endswith(
215
216
revision_history_suffix)]))