/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/selftest/testfetch.py

  • Committer: Robert Collins
  • Date: 2005-10-10 21:52:15 UTC
  • Revision ID: robertc@robertcollins.net-20051010215215-6ff59a09c2f7b6b7
lock during fetch, which is a separate code path to the special case of cloning

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        weave_suffix = 'weaves/ce/id.weave HTTP/1.1" 200 -'
142
142
        self.assertEqual(1,
143
143
            len([log for log in self.weblogs if log.endswith(weave_suffix)]))
 
144
        inventory_weave_suffix = 'inventory.weave HTTP/1.1" 200 -'
 
145
        self.assertEqual(1,
 
146
            len([log for log in self.weblogs if log.endswith(
 
147
                inventory_weave_suffix)]))