Skip to content
Snippets Groups Projects
Commit d8895c2d authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

update test case

parent 1aa6da60
Branches
Tags
No related merge requests found
...@@ -236,7 +236,7 @@ public class CrawlerLogTests extends CrawlTestBase { ...@@ -236,7 +236,7 @@ public class CrawlerLogTests extends CrawlTestBase {
assertTrue(results.size() >= 1); assertTrue(results.size() >= 1);
Map<String, Object> item = results.get(0); Map<String, Object> item = results.get(0);
assertTrue(item.containsKey("content_title")); assertTrue(item.containsKey("content_title"));
assertEquals("Example Domain", item.get("content_title")); assertEquals("<strong>Example</strong> <strong>Domain</strong>", item.get("content_title"));
} }
private void testDeleteSearchList() { private void testDeleteSearchList() {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment