sndurkin commented on PR #642: URL: https://github.com/apache/axis-axis2-java-core/pull/642#issuecomment-2050484183
Here's the (truncated) output of running `ConverterUtilTest` with the new tests before my changes: ```bash $ mvn test -Dtest=org.apache.axis2.databinding.utils.ConverterUtilTest [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.axis2.databinding.utils.ConverterUtilTest ... [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ConverterUtilTest.testCompareIntIsGreaterThanOrEqualToTotalDigitsFacetRestriction:612 » NumberFormat For input string: "10.0" [ERROR] ConverterUtilTest.testCompareIntIsLessThanTotalDigitsFacetRestriction:605 » NumberFormat For input string: "10.0" [ERROR] ConverterUtilTest.testCompareLongIsGreaterThanOrEqualToTotalDigitsFacetRestriction:598 » NumberFormat For input string: "10.0" [ERROR] ConverterUtilTest.testCompareLongIsLessThanTotalDigitsFacetRestriction:591 » NumberFormat For input string: "10.0" [ERROR] ConverterUtilTest.testCompareShortIsGreaterThanOrEqualToTotalDigitsFacetRestriction:626 » NumberFormat For input string: "10.0" [ERROR] ConverterUtilTest.testCompareShortIsLessThanTotalDigitsFacetRestriction:619 » NumberFormat For input string: "10.0" [INFO] [ERROR] Tests run: 20, Failures: 0, Errors: 6, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ ``` And output after: ```bash $ mvn test -Dtest=org.apache.axis2.databinding.utils.ConverterUtilTest [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.axis2.databinding.utils.ConverterUtilTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.apache.axis2.databinding.utils.ConverterUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org