Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Stephane Nicoll
2016-09-28 17:00:30 +02:00
6 changed files with 11 additions and 16 deletions

View File

@@ -2,5 +2,5 @@ import static org.junit.Assert.assertTrue
def file = new File(basedir, "build.log")
assertTrue 'Devtools should have been detected', file.text.contains('Fork mode disabled, devtools will be disabled')
assertTrue 'Application should have ran', file.text.contains("I haz been run")
assertTrue 'Application should have run', file.text.contains("I haz been run")