mirror of
https://github.com/rife2/bld
synced 2026-03-21 10:04:10 +01:00
Test tweak to include check result for recently failing test
This commit is contained in:
parent
8c21c2f909
commit
d52551f3b7
|
|
@ -546,7 +546,7 @@ public class TestCreateRife2Operation {
|
||||||
executor.schedule(() -> run_operation.process().destroy(), 2, TimeUnit.SECONDS);
|
executor.schedule(() -> run_operation.process().destroy(), 2, TimeUnit.SECONDS);
|
||||||
assertThrows(ExitStatusException.class, run_operation::execute);
|
assertThrows(ExitStatusException.class, run_operation::execute);
|
||||||
|
|
||||||
assertTrue(check_result.toString().contains("<p>Hello World Myapp</p>"));
|
assertTrue(check_result.toString().contains("<p>Hello World Myapp</p>"), check_result.toString());
|
||||||
} finally {
|
} finally {
|
||||||
FileUtils.deleteDirectory(tmp);
|
FileUtils.deleteDirectory(tmp);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue