mirror of https://github.com/apache/lucene.git
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:
parent
6d36da2c2d
commit
73d4a3ec66
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue