Skip to content

Commit 3459cf7

Browse files
author
graeme
committed
fix for GRAILS-677
git-svn-id: https://svn.codehaus.org/grails/trunk@2951 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 2c1ee79 commit 3459cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/RunWebtest.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ task ('default': "Run's all of the Web tests against a Grails application") {
4343
}
4444
}
4545
task ( runWebTest : "Main implementation that executes a Grails' Web tests") {
46-
46+
depends( classpath )
47+
4748
def rootLoader = getClass().classLoader.rootLoader
4849

4950
rootLoader.addURL(new File("${basedir}/webtest/tests").toURL())

0 commit comments

Comments
 (0)