Assert.assertEquals(ClientStatus.NOT_FOUND, r.getStatus());
}
@Test
public void testClientSpecialChar() throws Exception {
Filter f = new Filter("aaaa", FilterFlag.TDHS_EQ,
"~!@#$%^&*()_+-={}[]:\\\";'<>?,./");
TDHSResponse r = client.get("~!@#$%^&*()_+-={}[]:\\\";'<>?,./",
"~!@#$%^&*()_+-={}[]:\\\";'<>?,./",
"~!@#$%^&*()_+-={}[]:\\\";'<>?,./",
new String[] { "~!@#$%^&*()_+-={}[]:\\\";'<>?,./" },