adapt test, but I don't think that's right (extra space)

pull/690/head
Henschi 2 weeks ago
parent eab2768f79
commit e32c381394

@ -17,7 +17,7 @@ public class QueryGoalTest {
testdata.put("O'Reily's book", new String[]{"o'reily's", "book"});
testdata.put("\"O'Reily's book\"", new String[]{"o'reily's book"}); // quoted term
testdata.put("\"O'Reily's\" +book", new String[]{"o'reily's", "book"}); // +word
testdata.put("Umphrey's + McGee", new String[]{"umphrey's", "mcgee"});
testdata.put("Umphrey's + McGee", new String[]{"umphrey's", " mcgee"}); // !! attention extra space
testdata.put("'The Book' library", new String[]{"the book","library"}); //single quoted term
for (String testquery : testdata.keySet()) {

Loading…
Cancel
Save