()
| 112 | } |
| 113 | |
| 114 | public void testmapObjHashTable() |
| 115 | { |
| 116 | mapObj map=new mapObj(mapfile); |
| 117 | hashTableObj configoptions = map.configoptions; |
| 118 | configoptions.set("key", "test value"); |
| 119 | |
| 120 | map=null; |
| 121 | gc(); |
| 122 | |
| 123 | assert(configoptions.get("key", "") == "test value", "testmapObjHashTable"); |
| 124 | } |
| 125 | |
| 126 | public void testsymbolSetObj() |
| 127 | { |