/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/revisionstore_implementations/test_all.py

  • Committer: Aaron Bentley
  • Date: 2008-04-12 06:46:35 UTC
  • mfrom: (3363 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3364.
  • Revision ID: aaron@aaronbentley.com-20080412064635-fs97gk4682bhefnf
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        super(TestAll, self).setUp()
38
38
        self.store = self.store_factory.create(self.get_url('.'))
39
39
        self.transaction = PassThroughTransaction()
 
40
        self.store.get_scope = self.get_transaction
 
41
 
 
42
    def get_transaction(self):
 
43
        return self.transaction
40
44
 
41
45
    def test_add_has_get(self):
42
46
        rev = self.add_sample_rev()