~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-01 11:16:40 UTC
  • mfrom: (4229.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090401111640-wnn3068uv1nc8lhj
1.14 formats (Ian Clatworthy)

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('development-wt6')
30
30
        return TestCaseWithTransport.make_branch_and_tree(self, '.',
31
31
            format=format)
32
32