Re: Jira 3756

2011-06-03 Thread nino martinez wael
Yup and thanks On Jun 1, 2011 10:59 PM, "Sven Meier" wrote: > I've tried your quickstart and added a comment. > > Best regards > > Sven > > On 06/01/2011 08:09 PM, nino martinez wael wrote: >> Any of you taken a look at 3756? >> >

Re: failing test on trunk

2011-06-03 Thread Martin Grigorov
should be better now thanks! On Fri, Jun 3, 2011 at 3:29 PM, Juergen Donnerstag wrote: > same here. It's a localization problem > >                                           v - > Weather station "Europe's main weather station" reports that the > temperature is 25.7 °C > vs > Weather sta

Re: failing test on trunk

2011-06-03 Thread Juergen Donnerstag
same here. It's a localization problem v - Weather station "Europe's main weather station" reports that the temperature is 25.7 °C vs Weather station "Europe's main weather station" reports that the temperature is 25,7 °C you may add

Re: failing test on trunk

2011-06-03 Thread Martin Grigorov
Apparently no one from the active devs didn't run the tests on Windows recently. org.apache.wicket.util.io.LastModifiedTest.getLocalFileFromUrl() fails with: On Fri, Jun 3, 2011 at 3:19 PM, Ernesto Reinaldo Barreiro wrote: > Yes.  Will mail them to you. > > Best, > > Ernesto > > On Fri, Jun 3

Re: failing test on trunk

2011-06-03 Thread Ernesto Reinaldo Barreiro
Yes. Will mail them to you. Best, Ernesto On Fri, Jun 3, 2011 at 2:07 PM, Martin Grigorov wrote: > can you provide the surefire result file for this test ? > > On Fri, Jun 3, 2011 at 3:04 PM, Ernesto Reinaldo Barreiro > wrote: >> Martin, >> >> I get it at >> >> org.util.string.StringTest.

Re: failing test on trunk

2011-06-03 Thread Martin Grigorov
can you provide the surefire result file for this test ? On Fri, Jun 3, 2011 at 3:04 PM, Ernesto Reinaldo Barreiro wrote: > Martin, > > I get it at > > org.util.string.StringTest.testLogger() > > Ernesto > > On Fri, Jun 3, 2011 at 1:57 PM, Martin Grigorov wrote: >> No, it is not a known

Re: failing test on trunk

2011-06-03 Thread Ernesto Reinaldo Barreiro
Martin, I get it at org.util.string.StringTest.testLogger() Ernesto On Fri, Jun 3, 2011 at 1:57 PM, Martin Grigorov wrote: > No, it is not a known issue. > Which tests ? > Here and at https://builds.apache.org//job/Apache%20Wicket%201.5.x/ > all is green right now. > I build with Maven

Re: failing test on trunk

2011-06-03 Thread Martin Grigorov
I see now that testGetPropertySubstitutedResource(org.apache.wicket.model.StringResourceModelTest fails on Maven2/bg_BG (this is wicket-core) seems to be broken with the new IConverterLocator fixes On Fri, Jun 3, 2011 at 2:57 PM, Martin Grigorov wrote: > No, it is not a known issue. > Which test

Re: failing test on trunk

2011-06-03 Thread Martin Grigorov
No, it is not a known issue. Which tests ? Here and at https://builds.apache.org//job/Apache%20Wicket%201.5.x/ all is green right now. I build with Maven2/bg_BG and Maven3/en_US On Fri, Jun 3, 2011 at 2:46 PM, Ernesto Reinaldo Barreiro wrote: > Hi, > > I just did a clean check out of trunk + mvn

failing test on trunk

2011-06-03 Thread Ernesto Reinaldo Barreiro
Hi, I just did a clean check out of trunk + mvn install and I get some test failing on wicket-util subproject. Is this a known issue? Regards, Enresto

Re: Non-versioned pages are still stored

2011-06-03 Thread Martin Grigorov
The statelessness of the error pages didn't work because some of them have no bookmarkable constructors (either default one or one with PageParameters). I committed the other improvements. Feel free to reopen if you see more improvements On Wed, Jun 1, 2011 at 11:49 PM, Martin Grigorov wrote: > h