GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / test / groovy / grails / util / GrailsWebUtilTests.groovy
blob5a691bd97e5c2f49ec983d8f8dadab6a163bf6bc
1 package org.codehaus.groovy.grails.commons;
3 import grails.util.GrailsWebUtil
5 /**
6 * Tests for the GrailsWebUtil class
7 */
8 class GrailsWebUtilTests extends GroovyTestCase {
10 void testMakeMockRequest() {
11 // todo: re-instate once build is working again
12 // def req = GrailsWebUtil.makeMockRequest()
14 // assertEquals "UTF-8", req.characterEncoding