Fix ThrowableProxy unit tests
Modified the regex patterns in RootCauseFirstThrowableProxyTest and ExtendedThrowableProxyTest to find any packaging info in the throwable's stack trace, including inexact matches. On Cloudbees Jenkins, these tests were failing because they were looking for an exact match of the JUnit package but only found an inexact one.
parent
5d62ee9d
Please register or sign in to comment