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