From 91989293570b23ff49c323ec1ff25b57527304a2 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Fri, 30 Mar 2012 00:34:34 +0000 Subject: [PATCH] tests: ignore expected exceptions git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307180 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/org/apache/solr/update/DocumentBuilderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/test/org/apache/solr/update/DocumentBuilderTest.java b/solr/core/src/test/org/apache/solr/update/DocumentBuilderTest.java index 4b784115bf0..7a54db4b17a 100644 --- a/solr/core/src/test/org/apache/solr/update/DocumentBuilderTest.java +++ b/solr/core/src/test/org/apache/solr/update/DocumentBuilderTest.java @@ -212,7 +212,7 @@ public class DocumentBuilderTest extends SolrTestCaseJ4 { public void testBoostOmitNorms() throws Exception { XmlDoc xml = new XmlDoc(); xml.xml = "" - + "1" + + "ignore_exception" + "mytitle" + ""; try {