/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Gary van der Merwe
  • Date: 2010-05-05 08:18:32 UTC
  • mfrom: (5206 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5211.
  • Revision ID: garyvdm@gmail.com-20100505081832-ar75izyz4z37r425
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        self.make_branch_and_tree('.')
92
92
        self.run_command_check_imports(['st'], [
93
93
            'bzrlib.bundle.commands',
 
94
            'bzrlib.cmd_version_info',
 
95
            'bzrlib.foreign',
94
96
            'bzrlib.remote',
 
97
            'bzrlib.sign_my_commits',
95
98
            'bzrlib.smart',
96
99
            'smtplib',
97
100
            'tarfile',
98
101
            ])
 
102
        # TODO: similar test for repository-only operations, checking we avoid
 
103
        # loading wt-specific stuff
 
104
        #
 
105
        # See https://bugs.edge.launchpad.net/bzr/+bug/553017