Same here: in Eclipse is runs fine but not from the console.>Help him debug it ! Yes, please help me ;). Sven On 06/13/2013 05:20 PM, Andrea Del Bene wrote:It was just right above my nose :)Hi Andrea, Sven wrote a mail to dev@ about this problem yesterday. Help him debug it !On Thu, Jun 13, 2013 at 6:07 PM, Andrea Del Bene <[email protected]>wrote:hi, I'm having a little weird problem with unit test method testCalendarConverterWithDeleg**ate from class DateConverterTest. If Irun it from Eclipse everything is fine but if a try to run tests from mavenI get a failure with the following text (more or less):Exprected: ...,YEAR=2011,MONTH=4,WEEK_OF_**YEAR=?,WEEK_OF_MONTH=?,DAY_OF_**MONTH=7,DAY_OF_YEAR=?,DAY_OF_**WEEK=?,DAY_OF_WEEK_IN_MONTH=?,** AM_PM=?,HOUR=?,HOUR_OF_DAY=?,**MINUTE=?,SECOND=?,MILLISECOND=** ?,ZONE_OFFSET=?,DST_OFFSET=?]> but was: ,YEAR=2011,MONTH=4,WEEK_OF_**YEAR=18,WEEK_OF_MONTH=1,DAY_** OF_MONTH=6,DAY_OF_YEAR=126,**DAY_OF_WEEK=6,DAY_OF_WEEK_IN_** MONTH=1,AM_PM=0,HOUR=2,HOUR_**OF_DAY=2,MINUTE=0,SECOND=0,** MILLISECOND=0,ZONE_OFFSET=**3600000,DST_OFFSET=3600000so basically the expected text has quotation marks instead of real values.Any idea of what could be the problem?
I've got this problem on my machine at work. On my personal laptop,
which has the same configuration (Ubuntu 12.04 64bit, Java 7) I don't
have any problem :-/.
BUT I've noted that if we try to run the single test method via maven
(mvn -Dtest=DateConverterTest#testCalendar<...> test) it works fine. We
can also run without problems all the test methods of class
DateConverterTest (mvn -Dtest=DateConverterTest test). We could proceed
removing the test classes from wicket-datetime until we find the one
that causes the problem...
- A problem with a test method from wicket-time Andrea Del Bene
- Re: A problem with a test method from wicket-time Martin Grigorov
- Re: A problem with a test method from wicket-time Andrea Del Bene
- Re: A problem with a test method from wicket-... Sven Meier
- Re: A problem with a test method from wic... Andrea Del Bene
- Re: A problem with a test method fro... Sven Meier
