tests: ignore expected exceptions

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-03-30 00:34:34 +00:00
parent 91fb08086a
commit 9198929357
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class DocumentBuilderTest extends SolrTestCaseJ4 {
public void testBoostOmitNorms() throws Exception {
XmlDoc xml = new XmlDoc();
xml.xml = "<doc>"
+ "<field name=\"id\">1</field>"
+ "<field name=\"id\">ignore_exception</field>"
+ "<field name=\"title_stringNoNorms\" boost=\"3.0\">mytitle</field>"
+ "</doc>";
try {