Update DocMapTest.java
This commit is contained in:
parent
7587702f3a
commit
7cd6dae776
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class DocMapTest extends UnitFessTestCase {
|
|||
value.put(keys[3], "str");
|
||||
docMap = new DocMap(value);
|
||||
assertFalse(docMap.isEmpty());
|
||||
// todo
|
||||
|
||||
docMap.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue