Skip to content

Commit 79fbf45

Browse files
author
graeme
committed
fix for MPE problem
git-svn-id: https://svn.codehaus.org/grails/trunk@5276 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent df5ac5f commit 79fbf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/TestApp.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ task(runUnitTests:"Run Grails' unit tests under the test/unit directory") {
199199

200200
classLoader.rootLoader.addURL(new File("test/unit").toURL())
201201
def suite = new TestSuite()
202-
populateTestSuite(suite, testFiles, classLoader, ctx)
202+
populateTestSuite(suite, testFiles, classLoader, appCtx)
203203
if(suite.testCount() > 0) {
204204
int testCases = suite.countTestCases()
205205
println "-------------------------------------------------------"

0 commit comments

Comments
 (0)