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:
Yonik Seeley 2010-12-31 20:35:23 +00:00
parent 8fb5053a84
commit 691e982dce
1 changed files with 1 additions and 0 deletions

View File

@ -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",