~bzr/ubuntu/lucid/bzr/beta-ppa

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-08-18 04:26:39 UTC
  • mfrom: (129.1.8 packaging-karmic)
  • Revision ID: mbp@sourcefrog.net-20100818042639-mjoxtngyjwiu05fo
* PPA rebuild for lucid.
* PPA rebuild for karmic.
* PPA rebuild onto jaunty.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
from bzrlib.errors import BzrCommandError
47
47
from bzrlib.tests.http_utils import TestCaseWithWebserver
48
48
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer
49
 
from bzrlib.tests.blackbox import ExternalBase
 
49
from bzrlib.tests import TestCaseWithTransport
50
50
from bzrlib.workingtree import WorkingTree
51
51
 
52
52
 
53
 
class TestCommands(ExternalBase):
 
53
class TestCommands(TestCaseWithTransport):
54
54
 
55
55
    def test_invalid_commands(self):
56
56
        self.run_bzr("pants", retcode=3)
354
354
    return L
355
355
 
356
356
 
357
 
class OldTests(ExternalBase):
 
357
class OldTests(TestCaseWithTransport):
358
358
    """old tests moved from ./testbzr."""
359
359
 
360
360
    def test_bzr(self):