From abaa4c8e7cb50e8e4a3677377716f609b7859538 Mon Sep 17 00:00:00 2001 From: Antonio Mallia Date: Sun, 7 Apr 2019 18:47:39 -0400 Subject: [PATCH] Minor typo in test comment (#588) --- src/test/java/io/anserini/collection/TrecDocumentTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/io/anserini/collection/TrecDocumentTest.java b/src/test/java/io/anserini/collection/TrecDocumentTest.java index f48f52eb89..d0c968f13f 100644 --- a/src/test/java/io/anserini/collection/TrecDocumentTest.java +++ b/src/test/java/io/anserini/collection/TrecDocumentTest.java @@ -35,7 +35,7 @@ public void setUp() throws Exception { "field id test and should NOT be included\n" + "first test and should NOT be included\n" + "second test and should NOT be included\n" + - "This is head and should NOT be included\n" + + "This is head and should be included\n" + "This is headline and should be included\n" + "AP\n" + "\n" + @@ -51,7 +51,7 @@ public void setUp() throws Exception { doc1.put("id", "AP-0001"); // ONLY "", "", "", "<HL>", "<HEAD>", // "<TTL>", "<DD>", "<DATE>", "<LP>", "<LEADPARA>" will be included - doc1.put("content", "<HEAD>This is head and should NOT be included</HEAD>\n" + + doc1.put("content", "<HEAD>This is head and should be included</HEAD>\n" + "<HEADLINE>This is headline and should be included</HEADLINE>\n" + "<TEXT>\n" + "Hopefully we\n" +