| Author |
Trouble mocking grailsApplication properties in integration test
|
Dave Alvarado
Ranch Hand
Joined: Jul 02, 2008
Posts: 388
|
|
Hi,
I'm using Groovy 1.7.7 with Grails 1.2.1. I have this in my integration test ...
Although the second property, clearCacheMsg, evaluates properly to the string I set it to, the first property, "notAuthorizedMsg", evaluates to a ConfigObject, which is wreaking havoc with my tests. I figured this all out through my STS debugger -- http://screencast.com/t/8FVrYFMPt . Does anyone know what I'm doing wrong here? In other words, what is the correct way to mock these configuration properties? - Dave
|
 |
sergio ramirez
Greenhorn
Joined: Aug 28, 2011
Posts: 4
|
|
Hello Dave,
hmmm, have you already tried something like this?
Regards,
Serch
|
 |
 |
|
|
subject: Trouble mocking grailsApplication properties in integration test
|
|
|