Updated to add metadata for Conditionals
Also renamed camel-cased properties to cononical format. resolves #442
This commit is contained in:
committed by
Janne Valkealahti
parent
c719f8b1f9
commit
d2c90c5256
@@ -192,7 +192,7 @@ public class TaskStartTests {
|
||||
|
||||
@Test
|
||||
public void testDuplicateTaskExecutionWithSingleInstanceEnabled() throws Exception {
|
||||
String params[] = {"--spring.cloud.task.singleInstanceEnabled=true",
|
||||
String params[] = {"--spring.cloud.task.single-instance-enabled=true",
|
||||
"--spring.cloud.task.name=foo"};
|
||||
boolean testFailed = false;
|
||||
try {
|
||||
@@ -210,7 +210,7 @@ public class TaskStartTests {
|
||||
testFailed = true;
|
||||
}
|
||||
assertTrue("Expected TaskExecutionException for because of " +
|
||||
"singleInstanceEnabled is enabled", testFailed);
|
||||
"single-instance-enabled is enabled", testFailed);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user