~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testfetch.py

[merge] from robert

 - fix handling of symlinks in tree

 - improved executable bits

 - cache pull over http and test for this

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)]))