fix test case
This commit is contained in:
parent
38a7c3e156
commit
5fce864e60
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ public class CrawlerLogTests extends CrawlTestBase {
|
|||
assertTrue(results.size() >= 1);
|
||||
Map<String, Object> item = results.get(0);
|
||||
assertTrue(item.containsKey("content_title"));
|
||||
assertEquals("<strong>CodeLibs</strong>", item.get("content_title"));
|
||||
assertEquals("<strong>CodeLibs</strong> Project", item.get("content_title"));
|
||||
}
|
||||
|
||||
private void testDeleteSearchList() {
|
||||
|
|
Loading…
Add table
Reference in a new issue