Skip to content

Commit

Permalink
Removed a gazillion unneeded imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Oct 21, 2010
1 parent 196a2ab commit 67e7837
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions scripts/TestApp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,13 @@
* limitations under the License.
*/

import grails.util.GrailsWebUtil as GWU

import java.lang.reflect.Modifier
import junit.framework.TestCase
import junit.framework.TestResult
import junit.framework.TestSuite
import org.apache.commons.logging.LogFactory
import org.apache.tools.ant.taskdefs.optional.junit.JUnitTest
import org.codehaus.groovy.grails.commons.GrailsApplication
import org.codehaus.groovy.grails.support.PersistenceContextInterceptor
import org.codehaus.groovy.grails.web.servlet.GrailsApplicationAttributes
import org.springframework.transaction.support.TransactionCallback
import org.springframework.transaction.support.TransactionTemplate
import org.springframework.web.context.request.RequestContextHolder
import junit.framework.Test
import grails.util.GrailsUtil
import grails.util.GrailsNameUtils

/**
* Gant script that runs the Grails unit tests
*
* @author Graeme Rocher
*
* @author Luke Daley
* @since 0.4
*/

includeTargets << grailsScript("_GrailsClean")
includeTargets << grailsScript("_GrailsTest")

Expand Down

0 comments on commit 67e7837

Please sign in to comment.