public void testRoundTripCJKWithRegularInsert() throws Exception {
ServerThread server = startup();
Client client = ClientFactory.createClient();
client.createConnection("localhost");
ClientResponse response1;
response1 = client.callProcedure("Insert",
POORLY_TRANSLATED_CHINESE, POORLY_TRANSLATED_JAPANESE, POORLY_TRANSLATED_KOREAN);
assertEquals(response1.getStatus(), ClientResponse.SUCCESS);