~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_ignore.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:
34
34
    pathjoin,
35
35
    )
36
36
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer
37
 
from bzrlib.tests.blackbox import ExternalBase
 
37
from bzrlib.tests import TestCaseWithTransport
38
38
from bzrlib.workingtree import WorkingTree
39
39
 
40
40
 
41
 
class TestCommands(ExternalBase):
 
41
class TestCommands(TestCaseWithTransport):
42
42
 
43
43
    def test_ignore_absolutes(self):
44
44
        """'ignore' with an absolute path returns an error"""