/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: Robert Collins
  • Date: 2009-08-17 21:24:24 UTC
  • mto: This revision was merged to the branch mainline in revision 4627.
  • Revision ID: robertc@robertcollins.net-20090817212424-2hnzif3gsmpg063f
Use a valid for storage inventory in test_remote's new inventory streaming test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2355
2355
        """
2356
2356
        # Define a stream using generators so that it isn't rewindable.
2357
2357
        inv = inventory.Inventory(revision_id='rev1')
 
2358
        inv.root.revision = 'rev1'
2358
2359
        def stream_with_inv_delta():
2359
2360
            yield ('inventories', inventories_substream())
2360
2361
            yield ('inventory-deltas', inventory_delta_substream())