/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/interrepository_implementations/test_fetch.py

  • Committer: Andrew Bennetts
  • Date: 2009-07-13 02:01:45 UTC
  • mto: (4476.3.44 inventory-delta)
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090713020145-wtev6xiy8a69zzo8
Finish updating verb name from _1.17 to _1.18.  Also, fix a typo in a comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
    def test_fetch_parent_inventories_at_stacking_boundary_smart_old(self):
145
145
        self.setup_smart_server_with_call_log()
146
 
        self.disable_verb('Repository.insert_stream_1.17')
 
146
        self.disable_verb('Repository.insert_stream_1.18')
147
147
        self.test_fetch_parent_inventories_at_stacking_boundary()
148
148
 
149
149
    def test_fetch_parent_inventories_at_stacking_boundary(self):