Closes gh-7030
This commit is contained in:
Johnny Lim
2016-09-27 20:37:32 +09:00
committed by Stephane Nicoll
parent 73f153daca
commit 30a677646f
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")