839
839
self.assertRaises(errors.ConnectionReset,
840
840
osutils.send_all, sock, 'some more content')
842
861
class TestPosixFuncs(tests.TestCase):
843
862
"""Test that the posix version of normpath returns an appropriate path
844
863
when used with 2 leading slashes."""