Hi, build fails on my local machine with the same error. I've successfully build the project few days ago on another machine. On the failing machine I've got an Oracle JDK while on the other one I have an OpenJDK distribution. I will try to investigate further as soon as possible.
On Fri, Jun 22, 2018 at 11:44 AM, Maxim Solodovnik <[email protected]> wrote: > Hello All, > > I have build failed for wicketstuff/master after switching to Java10 > > Here is the error: > > [ERROR] test1(org.wicketstuff.datetime.extensions.yui. > calendar.DatePickerTest) > Time elapsed: 0.269 s <<< FAILURE! > org.junit.ComparisonFailure: > org/wicketstuff/datetime/extensions/yui/calendar/ > DatesPage1_ExpectedResult.html > expected:<...ato"],START_WEEKDAY:[1],WEEKDAYS_1CHAR:["d"...> but > was:<...ato"],START_WEEKDAY:[0],WEEKDAYS_1CHAR:["d"...> > at org.wicketstuff.datetime.extensions.yui.calendar. > DatePickerTest.myTestExecution(DatePickerTest.java:761) > at org.wicketstuff.datetime.extensions.yui.calendar. > DatePickerTest.test1(DatePickerTest.java:75) > > Changing DatesPage1_ExpectedResult.html doesn't help > > it fails with the error > > expected:<...ato"],START_WEEKDAY:[0],WEEKDAYS_1CHAR:["d"...> but > was:<...ato"],START_WEEKDAY:[1],WEEKDAYS_1CHAR:["d"...> > > > Could someone please take a look at it? > > build works as expected on my local machine > > > -- > WBR > Maxim aka solomax >
