mirror of https://github.com/apache/lucene.git
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:
parent
1c413be194
commit
685139d964
|
@ -219,7 +219,7 @@ public class AddBlockUpdateTest extends SolrTestCaseJ4 {
|
||||||
Element doc1 = root.addElement("doc");
|
Element doc1 = root.addElement("doc");
|
||||||
attachField(doc1, "id", id());
|
attachField(doc1, "id", id());
|
||||||
attachField(doc1, parent, "Y");
|
attachField(doc1, parent, "Y");
|
||||||
attachField(doc1, "sample_i", "notanumber");
|
attachField(doc1, "sample_i", "notanumber/ignore_exception");
|
||||||
Element subDoc1 = doc1.addElement("doc");
|
Element subDoc1 = doc1.addElement("doc");
|
||||||
attachField(subDoc1, "id", id());
|
attachField(subDoc1, "id", id());
|
||||||
attachField(subDoc1, child, "x");
|
attachField(subDoc1, child, "x");
|
||||||
|
|
Loading…
Reference in New Issue