1268
1268
"""The response for a read-only error is ('ReadOnlyError')."""
1269
1269
handler = self.build_handler(self.get_readonly_transport())
1270
1270
# send a mkdir for foo, with no explicit mode - should fail.
1272
1272
# and the failure should be an explicit ReadOnlyError
1273
1273
self.assertEqual(("ReadOnlyError", ), handler.response.args)
1274
1274
# XXX: TODO: test that other TransportNotPossible errors are