/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_fetch.py

  • Committer: Robert Collins
  • Date: 2006-08-08 23:19:29 UTC
  • mfrom: (1884 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1912.
  • Revision ID: robertc@robertcollins.net-20060808231929-4e3e298190214b3a
current status

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))
236
235
        # this r-h check test will prevent regressions, but it currently already 
237
236
        # passes, before the patch to cache-rh is applied :[
238
237
        self.assertEqual(1, self._count_log_matches('revision-history', http_logs))