Hi, I'm trying to build wicket from trunk (using command-line maven) but the SimplePageTest#testRenderHomePage_7 always fails throwing WRE "Property 'myKeyNotExsts' not found in property files".
The problem is that WicketMessageResolverTest is executed *before* this test and it changes the static property throwExceptionIfPropertyNotFound of WMR to true and does not revert it back to false ofter the test. This bug can be easily solved by setting throwExceptionIfPropertyNotFound back to false after the test, but... IMHO the static property is really ugly way to configure WMR - shouldn't some IResourceSettings property be used instead? Regards, Bendis
