~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge cleanup into first-try

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    osutils,
25
25
    config,
26
26
    )
27
 
from bzrlib.tests.blackbox import ExternalBase
28
 
 
29
 
 
30
 
class TestWhoami(ExternalBase):
 
27
from bzrlib.tests import TestCaseWithTransport
 
28
 
 
29
 
 
30
class TestWhoami(TestCaseWithTransport):
31
31
 
32
32
    def test_whoami(self):
33
33
        # this should always identify something, if only "john@localhost"