mirror of https://github.com/apache/lucene.git
SOLR-2339: tweak test to not log expected exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1076005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e5d696d7d
commit
a25f2f7470
|
@ -675,6 +675,7 @@ public class BasicFunctionalityTest extends SolrTestCaseJ4 {
|
|||
assertU(commit());
|
||||
|
||||
try {
|
||||
ignoreException("can not sort on multivalued field: sortabuse_t");
|
||||
assertQ("sort on something that shouldn't work",
|
||||
req("q", "sortabuse_b:true",
|
||||
"sort", "sortabuse_t asc"),
|
||||
|
|
Loading…
Reference in New Issue