blob: 334982a3264566f4b72f060c6f4c20f63561ef44 [file] [log] [blame]
import org.junit.Test;
/**
* @author hanl
* @date 21/01/2016
*/
public class SerializationTest {
@Test
public void testSettingsObject () {
String t = "poliqarp_test";
// UserSettings s = new UserSettings();
// Map map = s.toObjectMap();
// map.put(Attributes.QUERY_LANGUAGE, t);
// s.updateObjectSettings(map);
//
// assert s.getQueryLanguage().equals(t);
}
}