>> My current guess is that @ForComponents is pulling in and handling
>> binding from my real AppManager, even though it is in no way part
>> of the test.
> 
> In that case try creating the TapestryTester with a nonsense app name:
> 
>    private static final TapestryTester SHARED_TESTER
>        = new TapestryTester("nonsense", MyModule.class);
> 
> That will make sure Tapestry/Testify are using only the modules you 
> specify in the constructor.

This seems to do the trick, actually! Much much thanks!

But now Acegi Security is kicking in, and I get:

   Can only process HttpServletRequest

Has anyone managed to mock it out of the picture?


Mats

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to