~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_transport.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-25 03:36:18 UTC
  • mfrom: (6034.2.4 test-feature-cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20110725033618-n5g9qg6iwyz2dqzw
(mbp) move test feature dependencies into test.features (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        vfs,
42
42
)
43
43
from bzrlib.tests import (
 
44
    features,
44
45
    test_smart,
45
46
    test_server,
46
47
    )
82
83
        return 'pipes', (self.vendor.read_from, self.vendor.write_to)
83
84
 
84
85
 
85
 
class _InvalidHostnameFeature(tests.Feature):
 
86
class _InvalidHostnameFeature(features.Feature):
86
87
    """Does 'non_existent.invalid' fail to resolve?
87
88
 
88
89
    RFC 2606 states that .invalid is reserved for invalid domain names, and