tests: ignore expected exceptions

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@926799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-03-23 21:39:33 +00:00
parent 6d36da2c2d
commit 73d4a3ec66
1 changed files with 2 additions and 0 deletions

View File

@ -155,8 +155,10 @@ public class PolyFieldTest extends SolrTestCaseJ4 {
"\"//*[@numFound='2']\"");
//bad
ignoreException("dimension");
assertQEx("Query should throw an exception due to incorrect dimensions", req("fl", "*,score", "q",
"homed:[1 TO 2000]"), SolrException.ErrorCode.BAD_REQUEST);
resetExceptionIgnores();
clearIndex();
}