The name 'App'Module is taken from the filter name as defined in the
web.xml.
Just deploy a modified web.xml using test as filter name.
--
Best Regards / Viele Grüße
Sebastian Hennebrueder
-
Software Developer and Trainer for Hibernate / Java Persistence
http://www.laliluna.de
Inge Solv
I think this is what you're looking for:
http://tapestry.formos.com/nightly/tapestry-testify/
On Tue, Aug 25, 2009 at 4:46 AM, Mark W. Shead wrote:
> I am doing testing using Selenium using classes that extend
> AbstractIntegrationTestSuite. When I bring up the testing environment I
> would lik
I am doing testing using Selenium using classes that extend
AbstractIntegrationTestSuite. When I bring up the testing environment
I would like do different bindings in AppModule than when the app is
normally running. I have created an alternative to AppModule called
TestModule. Is there