mirror of https://github.com/apache/lucene.git
tests: supress exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fb5053a84
commit
691e982dce
|
@ -152,6 +152,7 @@ public class ExtractingRequestHandlerTest extends SolrTestCaseJ4 {
|
|||
assertTrue("handler is null and it shouldn't be", handler != null);
|
||||
try {
|
||||
ignoreException("unknown field 'a'");
|
||||
ignoreException("unknown field 'meta'"); // TODO: should this exception be happening?
|
||||
loadLocal("simple.html",
|
||||
"literal.id","simple2",
|
||||
"lowernames", "true",
|
||||
|
|
Loading…
Reference in New Issue