~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/revisionstore_implementations/test_all.py

  • Committer: Robert Collins
  • Date: 2006-07-24 03:28:53 UTC
  • mto: (1880.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1881.
  • Revision ID: robertc@robertcollins.net-20060724032853-39d9a8a238c105e3
Fix test suite deprecation warnings from use of EmptyTtree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.store.revision import RevisionStore
23
23
from bzrlib.tests import TestCaseWithTransport
24
24
from bzrlib.transactions import PassThroughTransaction
25
 
from bzrlib.tree import EmptyTree
26
25
 
27
26
 
28
27
class TestFactory(TestCaseWithTransport):