unittest typo
This commit is contained in:
parent
729963967a
commit
3031528134
|
@ -138,7 +138,7 @@ public class TPQueryStoreConfigBuilderTest {
|
||||||
@Test(expected=TPQConfigException.class)
|
@Test(expected=TPQConfigException.class)
|
||||||
public void testReadQuerySetInvalidContext() throws Exception {
|
public void testReadQuerySetInvalidContext() throws Exception {
|
||||||
TPQFactory.createManagerBuilder()
|
TPQFactory.createManagerBuilder()
|
||||||
.readQuerySet(new File("./src/test/resources/net/forwardfire/tpquery/test-query.not-found"))
|
.readQuerySet(new File("./src/test/resources/net/forwardfire/tpquery/test-query-invalid.xml"))
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<query-set name="test" language="SQL">
|
<query-set-error/>
|
||||||
<this-will-throw-jaxb-error/>
|
|
||||||
</query-set>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue