Skip to content
Snippets Groups Projects
Unverified Commit 2839c408 authored by igarash1's avatar igarash1 Committed by GitHub
Browse files

Update DocMapTest.java

parent 6b42e1b6
Branches
Tags
No related merge requests found
...@@ -36,14 +36,8 @@ public class DocMapTest extends UnitFessTestCase { ...@@ -36,14 +36,8 @@ public class DocMapTest extends UnitFessTestCase {
value.put(keys[2], "ja"); value.put(keys[2], "ja");
value.put(keys[3], "str"); value.put(keys[3], "str");
docMap = new DocMap(value); docMap = new DocMap(value);
assertTrue(docMap.isEmpty());
Set<Map.Entry<String, Object>> actual = docMap.entrySet();
Iterator<Map.Entry<String, Object>> iterator = actual.iterator();
int i = 0;
for (Map.Entry<String, Object> entry : actual) {
i++;
}
docMap.clear(); docMap.clear();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment