Update DocMapTest.java

This commit is contained in:
igarash1 2018-06-13 00:43:56 +09:00 committed by GitHub
parent 7587702f3a
commit 7cd6dae776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ public class DocMapTest extends UnitFessTestCase {
value.put(keys[3], "str");
docMap = new DocMap(value);
assertFalse(docMap.isEmpty());
// todo
docMap.clear();
}