mirror of
https://github.com/corda/corda.git
synced 2025-04-08 03:44:49 +00:00
* ENT-11270: Un-ignored new tests as newer JDK adds more details. Newer JDK adds the line position as well along exception message string, this makes the actual as: line too long (line 1) instead of: line too long So, error is still thrown but the message contains a little more detail in the newer JDK. Hence, changing equals to contains.