~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-06-23 08:19:28 UTC
  • mfrom: (5317 +trunk)
  • mto: (5247.1.11 first-try)
  • mto: This revision was merged to the branch mainline in revision 5326.
  • Revision ID: v.ladeuil+lp@free.fr-20100623081928-z9q18q30oo5as831
Merge bzr.dev into cleanup

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):