Update test to reflect quoting of STOP_WAIT_TIME in launch.script
This commit is contained in:
parent
c5e7d83e2d
commit
803eddf6b2
|
|
@ -134,7 +134,7 @@ public class DefaultLaunchScriptTests {
|
||||||
public void defaultForStopWaitTimeIs60() throws Exception {
|
public void defaultForStopWaitTimeIs60() throws Exception {
|
||||||
DefaultLaunchScript script = new DefaultLaunchScript(null, null);
|
DefaultLaunchScript script = new DefaultLaunchScript(null, null);
|
||||||
String content = new String(script.toByteArray());
|
String content = new String(script.toByteArray());
|
||||||
assertThat(content).contains("STOP_WAIT_TIME=60");
|
assertThat(content).contains("STOP_WAIT_TIME=\"60\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue