~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/blackbox.py

  • Committer: Aaron Bentley
  • Date: 2007-12-27 16:30:52 UTC
  • Revision ID: abentley@panoramicfeedback.com-20071227163052-l4wmn2vsl91nbfjh
Remove test due to intentional behavior change

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
        self.assertIs(True, 'source/subsource' in lines)
133
133
        self.assertIs(True, 'checkout/subcheckout' in lines)
134
134
        self.assertIs(True, 'checkout' not in lines)
135
 
        self.assertIs(True, 'checkout/.bzr/subcheckout' not in lines)
136
135
 
137
136
    def test_import_upstream(self):
138
137
        self.run_bzr('init source')