~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-04 23:41:08 UTC
  • mfrom: (5698.1.1 wt2-tariff)
  • Revision ID: pqm@pqm.ubuntu.com-20110304234108-ihelbiv17knov1cr
Add bzrlib.workingtree_2 to the list of forbidden modules for 'bzr
 st' in test_import_tariff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            ['bzrlib.tree'])
94
94
 
95
95
    def test_simple_local(self):
96
 
        # 'st' in a working tree shouldn't need many modules
 
96
        # 'st' in a default format working tree shouldn't need many modules
97
97
        self.make_branch_and_tree('.')
98
98
        self.run_command_check_imports(['st'], [
99
99
            'bzrlib.bugtracker',
112
112
            'bzrlib.smart',
113
113
            'bzrlib.transform',
114
114
            'bzrlib.version_info_formats.format_rio',
 
115
            'bzrlib.workingtree_2',
115
116
            'bzrlib.xml4',
116
117
            'bzrlib.xml5',
117
118
            'bzrlib.xml6',