We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c483be commit d986443Copy full SHA for d986443
test/groovy/org/codehaus/groovy/grails/cli/PackagePluginTests.groovy
@@ -15,11 +15,6 @@ class PackagePluginTests extends AbstractCliTests {
15
ant.unzip(src:"${appDir}/grails-my-test-0.1.zip", dest:"${appBase}/unzipped")
16
17
assertTrue new File("${appBase}/unzipped").exists()
18
- assertTrue new File("${appBase}/unzipped/lib").exists()
19
- assertTrue new File("${appBase}/unzipped/src").exists()
20
- assertTrue new File("${appBase}/unzipped/web-app").exists()
21
- assertTrue new File("${appBase}/unzipped/grails-app").exists()
22
-
23
// test critical files
24
assertTrue new File("${appBase}/unzipped/MyTestGrailsPlugin.groovy").exists()
25
assertTrue new File("${appBase}/unzipped/plugin.xml").exists()
0 commit comments