38
38
from bzrlib.symbol_versioning import zero_eleven
39
39
from bzrlib.tests import TestCaseInTempDir, TestSkipped
40
40
from bzrlib.tests.test_transport import TestTransportImplementation
45
46
class TransportTests(TestTransportImplementation):
47
52
def check_transport_contents(self, content, transport, relpath):
48
53
"""Check that transport.get(relpath).read() == content."""
49
54
self.assertEqualDiff(content, transport.get(relpath).read())