~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_add.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:
34
34
        standard_tests, condition_isinstance(TestAdd))
35
35
    scenarios = [
36
36
        ('pre-views', {'branch_tree_format': 'pack-0.92'}),
37
 
        ('view-aware', {'branch_tree_format': 'development-wt5'}),
 
37
        ('view-aware', {'branch_tree_format': '1.14'}),
38
38
        ]
39
39
    return multiply_tests(to_adapt, scenarios, result)
40
40