Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Grails-Functional-Test 1.2.7
-
Labels:None
Description
Calling "grails create-functional-test" with a package name results in the artifact getting created in the package name directory but the functional test does not include the package name. If you then try to run the test an error occurs.
After running "grails create-functional-test com.package.SampleFunctionalTests" then "grails functional-test" you get the following error:
Error loading functional test: com.package.SampleFunctionalTests
Adding "@artifact.package@" to the top of the FunctionalTest.groovy template fixes the issue.