Fixed tests for bld 1.9.1
This commit is contained in:
parent
f8b84a988b
commit
76b50ae684
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
import static org.assertj.core.api.Assertions.assertThatCode;
|
import static org.assertj.core.api.Assertions.assertThatCode;
|
||||||
|
|
||||||
class BootJarOperationTest {
|
class BootJarOperationTest {
|
||||||
private static final String BLD = "bld-1.9.0.jar";
|
private static final String BLD = "bld-1.9.1.jar";
|
||||||
private static final String EXAMPLES_LIB_COMPILE = "examples/lib/compile/";
|
private static final String EXAMPLES_LIB_COMPILE = "examples/lib/compile/";
|
||||||
private static final String EXAMPLES_LIB_RUNTIME = "examples/lib/runtime/";
|
private static final String EXAMPLES_LIB_RUNTIME = "examples/lib/runtime/";
|
||||||
private static final String EXAMPLES_LIB_STANDALONE = "examples/lib/standalone/";
|
private static final String EXAMPLES_LIB_STANDALONE = "examples/lib/standalone/";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue