assertEquals(EncodingUtil.decode(tq1),t);
assertEquals(EncodingUtil.decode(tq2),t);
}
public static void testServiceManager() throws Exception {
ServiceManager sm = ServiceManager.getInstance();
assertNotNull(sm);
assertNotNull(sm.newServiceContext(new HashMap<String,String>()));
}