tests: quiet exceptions

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-03-29 21:44:43 +00:00
parent 6209a4123b
commit 1b61bbd592
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public class TestDistributedSearch extends BaseDistributedSearchTestCase {
// Also see TestRemoteStreaming#testQtUpdateFails()
try {
ignoreException("isShard is only acceptable");
query("q","*:*","shards.qt","/update","stream.body","<delete><query>*:*</query></delete>");
// query("q","*:*","shards.qt","/update","stream.body","<delete><query>*:*</query></delete>");
// fail();
} catch (SolrException e) {
//expected