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 <an.delb...@gmail.com>wrote:

hi,

I'm having a little weird problem with unit test method
testCalendarConverterWithDeleg**ate from class  DateConverterTest. If I
run it from Eclipse everything is fine but if a try to run tests from maven
I 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=3600000

so basically the expected text has quotation marks instead of real values.
Any idea of what could be the problem?


Reply via email to