tests: don't log expected exceptions

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2013-08-13 17:55:32 +00:00
parent 1c413be194
commit 685139d964
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ public class AddBlockUpdateTest extends SolrTestCaseJ4 {
Element doc1 = root.addElement("doc");
attachField(doc1, "id", id());
attachField(doc1, parent, "Y");
attachField(doc1, "sample_i", "notanumber");
attachField(doc1, "sample_i", "notanumber/ignore_exception");
Element subDoc1 = doc1.addElement("doc");
attachField(subDoc1, "id", id());
attachField(subDoc1, child, "x");