~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-06-11 07:32:12 UTC
  • mto: This revision was merged to the branch mainline in revision 5309.
  • Revision ID: mbp@canonical.com-20100611073212-w3cz2yachitiiz2c
Update remaining subclasses of ExternalBase

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
 
132
132
class ExternalBase(tests.TestCaseWithTransport):
 
133
    """Don't use this class anymore, use TestCaseWithTransport or similar"""
133
134
 
134
135
    @deprecated_method(deprecated_in((2, 2, 0)))
135
136
    def check_output(self, output, *args):