/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_remote.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-14 21:24:07 UTC
  • mto: This revision was merged to the branch mainline in revision 6372.
  • Revision ID: jelmer@samba.org-20111214212407-6lj47iqhmuwrgq0y
Fix stream name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4248
4248
        repo, client = self.setup_fake_client_and_repository(transport_path)
4249
4249
        fmt = bzrdir.format_registry.get('2a')().repository_format
4250
4250
        repo._format = fmt
4251
 
        stream = [('inventory-delta', [
 
4251
        stream = [('inventory-deltas', [
4252
4252
            versionedfile.FulltextContentFactory('somerevid', None, None,
4253
4253
                self._serialize_inv_delta('null:', 'somerevid', []))])]
4254
4254
        client.add_expected_call(