Skip to content

Commit 083c55f

Browse files
author
graeme
committed
renamed test (missing s so it was not run)
git-svn-id: https://svn.codehaus.org/grails/trunk@6709 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 50281cf commit 083c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/groovy/org/codehaus/groovy/grails/web/util/WebUtilsTest.groovy renamed to test/groovy/org/codehaus/groovy/grails/web/util/WebUtilsTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package org.codehaus.groovy.grails.web.util
88

99
import org.codehaus.groovy.grails.commons.ConfigurationHolder
1010

11-
class WebUtilsTest extends GroovyTestCase {
11+
class WebUtilsTests extends GroovyTestCase {
1212

1313
protected void setUp() {
1414
def config = new ConfigSlurper().parse( """

0 commit comments

Comments
 (0)