add logging for test
This commit is contained in:
parent
3ac1ab99f7
commit
23f34b56a3
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ public class CrawlerLogTests extends CrawlTestBase {
|
|||
final List<Map<String, Object>> results = getSearchResults();
|
||||
assertTrue(results.size() >= 1);
|
||||
Map<String, Object> item = results.get(0);
|
||||
logger.info("item: {}", item);
|
||||
assertTrue(item.containsKey("content_title"));
|
||||
assertEquals("<strong>CodeLibs</strong> Project", item.get("content_title"));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue