blob: 334982a3264566f4b72f060c6f4c20f63561ef44 [file] [log] [blame]
Michael Hanle56bb892016-05-25 17:34:41 +02001import org.junit.Test;
2
3/**
4 * @author hanl
5 * @date 21/01/2016
6 */
7public class SerializationTest {
8
9 @Test
10 public void testSettingsObject () {
11 String t = "poliqarp_test";
12
13 // UserSettings s = new UserSettings();
14 // Map map = s.toObjectMap();
15 // map.put(Attributes.QUERY_LANGUAGE, t);
16 // s.updateObjectSettings(map);
17 //
18 // assert s.getQueryLanguage().equals(t);
19
20 }
21}