https://issues.apache.org/jira/browse/WICKET-1702
Dne Monday 16 of June 2008 19:18:19 Igor Vaynberg napsal(a): > please add a jira issue > > -igor > > On Mon, Jun 16, 2008 at 6:31 AM, Martin Benda <[EMAIL PROTECTED]> wrote: > > 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
