Skip to content

Commit d986443

Browse files
author
graeme
committed
updated unit test for package-plugin
git-svn-id: https://svn.codehaus.org/grails/trunk@4615 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 7c483be commit d986443

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/groovy/org/codehaus/groovy/grails/cli/PackagePluginTests.groovy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ class PackagePluginTests extends AbstractCliTests {
1515
ant.unzip(src:"${appDir}/grails-my-test-0.1.zip", dest:"${appBase}/unzipped")
1616

1717
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-
2318
// test critical files
2419
assertTrue new File("${appBase}/unzipped/MyTestGrailsPlugin.groovy").exists()
2520
assertTrue new File("${appBase}/unzipped/plugin.xml").exists()

0 commit comments

Comments
 (0)