~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 16:09:47 UTC
  • mto: (5582.10.69 weave-fmt-plugin)
  • mto: This revision was merged to the branch mainline in revision 5688.
  • Revision ID: jelmer@samba.org-20110224160947-e7kqclxnjif28v5q
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        # None here will cause a readonly decorator to be created
121
121
        # by the TestCaseWithTransport.get_readonly_transport method.
122
122
        None,
123
 
        workingtree.WorkingTreeFormat.get_formats()
 
123
        workingtree.format_registry._get_all()
124
124
        )
125
125
 
126
126
    # add the tests for the sub modules