mirror of https://github.com/apache/lucene.git
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:
parent
91fb08086a
commit
9198929357
|
@ -212,7 +212,7 @@ public class DocumentBuilderTest extends SolrTestCaseJ4 {
|
||||||
public void testBoostOmitNorms() throws Exception {
|
public void testBoostOmitNorms() throws Exception {
|
||||||
XmlDoc xml = new XmlDoc();
|
XmlDoc xml = new XmlDoc();
|
||||||
xml.xml = "<doc>"
|
xml.xml = "<doc>"
|
||||||
+ "<field name=\"id\">1</field>"
|
+ "<field name=\"id\">ignore_exception</field>"
|
||||||
+ "<field name=\"title_stringNoNorms\" boost=\"3.0\">mytitle</field>"
|
+ "<field name=\"title_stringNoNorms\" boost=\"3.0\">mytitle</field>"
|
||||||
+ "</doc>";
|
+ "</doc>";
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue