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:
Chris M. Hostetter 2011-03-01 19:58:56 +00:00
parent 7e5d696d7d
commit a25f2f7470
1 changed files with 1 additions and 0 deletions

View File

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