Skip to content

Commit 6e13ce8

Browse files
author
nebolsin
committed
added deprecation warning
git-svn-id: https://svn.codehaus.org/grails/trunk@4681 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent b797d51 commit 6e13ce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/CreateTestSuite.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ grailsHome = Ant.antProject.properties."env.GRAILS_HOME"
2929

3030
includeTargets << new File ( "${grailsHome}/scripts/Init.groovy" )
3131
task ('default': "Creates a new Grails test suite") {
32-
typeName =""
32+
println "[DEPRECATED] This command is deprecated now and will be removed from future releases. Use 'create-unit-test' and 'create-integration-test' instead."
33+
typeName =""
3334
depends( checkVersion, createTestSuite )
3435
}
3536

0 commit comments

Comments
 (0)