~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_fetch.py

Move doctest import to increase speed

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        self.assertEqual(1, self._count_log_matches('/ce/id.kndx', http_logs))
233
233
        self.assertEqual(1, self._count_log_matches('/ce/id.knit', http_logs))
234
234
        self.assertEqual(1, self._count_log_matches('inventory.kndx', http_logs))
 
235
        self.assertEqual(1, self._count_log_matches('inventory.knit', http_logs))
235
236
        # this r-h check test will prevent regressions, but it currently already 
236
237
        # passes, before the patch to cache-rh is applied :[
237
238
        self.assertEqual(1, self._count_log_matches('revision-history', http_logs))