mrensan / zkgrails

Automatically exported from code.google.com/p/zkgrails
0 stars 0 forks source link

Ability to use arbitrary IdGenerator in test environment #384

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of ZKGrails you're using? On what operating system?
2.5.1 on Windows 8

Which version of Grails you're using?
2.3.11

What steps will reproduce the problem?
1. Nothing. Default behaviour

What is the expected output? What do you see instead?

Please provide any additional information below. Attaching a test case to
reproduce it is preferable.
When running the application in test environment, I should have the ability to 
run the application with what ever org.zkoss.zk.ui.sys.IdGenerator and not just 
the one you have provided in org.zkoss.zk.grails.test.TestIdGenerator.

Original issue reported on code.google.com by kyungeui81@gmail.com on 4 Nov 2014 at 1:31

GoogleCodeExporter commented 8 years ago
Thanks for reporting.

I'll add a config to override this behaviour.
May be grails/conf/Config.groovy would be a good place to introduce this config.

Original comment by chanwit on 4 Nov 2014 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 4 Nov 2014 at 3:58