JDBC Response date format assertion diffs that dont include ".0" at the end of the string
Im perplexed by an issue with regards to JDBC Test Step responses
It is specific to the Response XML on date columns:
The JDBC response XML:
<Results>
<ResultSet fetchSize="10">
<Row rowNumber="1">
<E_REVISION_DATE>2015-02-27 00:00:00.0</E_REVISION_DATE>
For as long as I can remember Ive had assertions to check that the date column above is correct
Now the XPath Match assertion is diffing with:
[XPath Match] The XPathContains assertion failed for the following path: [//Results[1]]. Class name: Exception; Error Message: org.custommonkey.xmlunit.Diff
[different] Expected text value '2015-02-27 00:00:00.0' but was '2015-02-27 00:00:00'
Odviously the diff is the ".0" at the end
Why all of a sudden are ALL of my dates diffing on this type of assertion failure?
Is there a ReadyAPI [property/or setting that is determining the date format that is output from the JDBC Response?
Any and all recommendations are appreciated
Using ReadyAPI 1.9.0