assertEquals(0, j.compareTo(POORLY_TRANSLATED_JAPANESE));
assertEquals(0, k.compareTo(POORLY_TRANSLATED_KOREAN));
ParameterSet pset = ParameterSet.emptyParameterSet();
String responseJSON;
Response response2;
responseJSON = TestJSONInterface.callProcOverJSON("Select", pset, null, null, false);
System.out.println(responseJSON);
response2 = TestJSONInterface.responseFromJSON(responseJSON);
assertTrue(response2.status == ClientResponse.SUCCESS);