226
226
self.log("web server logs are:")
227
227
http_logs = self.get_readonly_server().logs
228
228
self.log('\n'.join(http_logs))
231
236
# this r-h check test will prevent regressions, but it currently already
232
237
# passes, before the patch to cache-rh is applied :[
233
238
self.assertEqual(1, self._count_log_matches('revision-history', http_logs))