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

  • Committer: John Arbash Meinel
  • Date: 2005-11-10 02:11:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1508.
  • Revision ID: john@arbash-meinel.com-20051110021113-6ebd7a9777d10840
Updated the stores, all tests pass, and a store doesn't have to be 100% compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
        self.assertEqual([("_add", "45/foo.dsc", stream)], my_store._calls)
308
308
 
309
309
    def get_populated_store(self, prefixed=False,
310
 
            store_class=TextStore, compressed=True):
 
310
            store_class=TextStore, compressed=False):
311
311
        my_store = store_class(MemoryTransport(), prefixed,
312
312
                               compressed=compressed)
313
313
        my_store.register_suffix('sig')