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