Fix test on use of external schema jar (#412)

* Fix test on use of external schema jar

One test breaks if path to external schema is set and
test is run from the sqlIntegrationTest task.
This commit is contained in:
Weimin Yu 2019-12-13 11:32:19 -05:00 committed by GitHub
parent 65cf49f204
commit 1143b25391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,7 @@ public class JpaTransactionManagerRuleTest {
@Test
public void testInitScriptUrl_noOverride() {
systemPropertyRule.setProperty(GOLDEN_SCHEMA_RESOURCE_ROOT_PROP, null);
assertThat(jpaTmRule.getInitScriptUrlOverride()).isEmpty();
}