~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_view.py

  • Committer: Ian Clatworthy
  • Date: 2009-03-28 01:27:54 UTC
  • mto: (4229.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 4230.
  • Revision ID: ian.clatworthy@canonical.com-20090328012754-et08kurwwapknnbz
replace experimental development-wt5 formats with 1.14 formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    def make_branch_and_tree(self):
27
27
        # we need to use a specific format because the default format
28
28
        # doesn't support views yet
29
 
        format = bzrdir.format_registry.make_bzrdir('development-wt5')
 
29
        format = bzrdir.format_registry.make_bzrdir('1.14')
30
30
        return TestCaseWithTransport.make_branch_and_tree(self, '.',
31
31
            format=format)
32
32