Hi all,
I have trouble with testing of play app. I have application.conf for
development and jenkins.conf for Jenkins CI server. db.default.url of each
conf files point different url.
With Play 2.1 RC4, testing with jenkins.conf fails because it cannot connect
to db server. After short investigating, I found that I cannot change conf
file for testing.
play -Dconfig.file=conf/jenkins.conf run works. but
play -Dconfig.file=conf/jenkins.conf test doesn't work.
Attachment is a simple example of this behavior.
Any workaround?
Thanks,
rch850.