unittest typo

This commit is contained in:
Willem 2016-05-13 13:01:30 +02:00
parent 729963967a
commit 3031528134
2 changed files with 2 additions and 5 deletions

View file

@ -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();
} }
} }

View file

@ -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>