~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/__init__.py

  • Committer: Robert Collins
  • Date: 2007-03-28 13:33:58 UTC
  • mto: (2018.5.115 hpss)
  • mto: This revision was merged to the branch mainline in revision 2383.
  • Revision ID: robertc@robertcollins.net-20070328133358-wn7wgnzmb0cjohjk
Fixup the test changes made for hpss to be clean and self contained.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    # use.
62
62
    combinations = [(format, format._matchingbzrdir) for format in 
63
63
         BranchFormat._formats.values() + _legacy_formats]
64
 
    # TODO: To usefully test the SmartServer, we need to specify the bzrdir
65
 
    # format, branch format, and also the transport.
66
64
    adapter = BranchTestProviderAdapter(
67
65
        default_transport,
68
66
        # None here will cause a readonly decorator to be created