/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/blackbox/test_too_much.py

  • Committer: Martin Pool
  • Date: 2010-10-08 04:38:25 UTC
  • mfrom: (5462 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5478.
  • Revision ID: mbp@sourcefrog.net-20101008043825-b181r8bo5r3qwb6j
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005, 2007 Canonical Ltd
 
1
# Copyright (C) 2005-2010 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
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):