mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02:00
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:
parent
afed1e3779
commit
ddf31fac34
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ public class JpaTransactionManagerRuleTest {
|
|||
|
||||
@Test
|
||||
public void testInitScriptUrl_noOverride() {
|
||||
systemPropertyRule.setProperty(GOLDEN_SCHEMA_RESOURCE_ROOT_PROP, null);
|
||||
assertThat(jpaTmRule.getInitScriptUrlOverride()).isEmpty();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue