Skip to content

Instantly share code, notes, and snippets.

@physikerwelt
Created August 2, 2016 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save physikerwelt/23e6d0dc98e1650b62e3e01764c75b66 to your computer and use it in GitHub Desktop.
Save physikerwelt/23e6d0dc98e1650b62e3e01764c75b66 to your computer and use it in GitHub Desktop.
BaseX uses system line ending
java.lang.AssertionError:
Expected: "UNEXPECTED CLIENT ERROR:\nCan not construct instance of int from String value '10000000000': Overflow: numeric value (10000000000) out of range of Integer (-2147483648 - 2147483647)\n at [Source: N/A; line: -1, column: -1]"
but: was "UNEXPECTED CLIENT ERROR:\r\nCan not construct instance of int from String value '10000000000': Overflow: numeric value (10000000000) out of range of Integer (-2147483648 - 2147483647)\n at [Source: N/A; line: -1, column: -1]" <Click to see difference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment