~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testfetch.py

  • Committer: Robert Collins
  • Date: 2005-10-11 02:41:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1438.
  • Revision ID: robertc@robertcollins.net-20051011024125-4e05fd2ffc83c965
cache revision history during read transactions

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        self.assertEqual(1,
146
146
            len([log for log in self.weblogs if log.endswith(
147
147
                inventory_weave_suffix)]))
 
148
        # this r-h check test will prevent regressions, but it currently already 
 
149
        # passes, before the patch to cache-rh is applied :[
 
150
        revision_history_suffix = 'revision-history HTTP/1.1" 200 -'
 
151
        self.assertEqual(1,
 
152
            len([log for log in self.weblogs if log.endswith(
 
153
                revision_history_suffix)]))