corda/core
Suhas Krishna Srivastava dfbc5302a9
ENT-11270: fix structure tests (#7606)
* 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.
2023-12-14 11:09:16 +00:00
..
src ENT-11270: fix structure tests (#7606) 2023-12-14 11:09:16 +00:00
build.gradle ENT-11055: Basic external verification (#7545) 2023-12-07 11:29:27 +00:00