You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…bergs#17, thombergs#20)
- Incomplete marker lines are not parsed as NEUTRAL lines anymore,
they are set as a flag on a Diff for either of the diff side instead.
This is a potentially breaking change, so version bumped to 2.0.
- TestNG used to pull in JUnit as a direct dependency, and test classes
used to use a mixture of TestNG and JUnit assertions. This commit
bumps TestNG to a recent 6.14.3 which doesn't have JUnit anymore,
and adjusts the tests to use TestNG assertions only.
TestNG version used has JUnit as direct dependencies, and test classes use JUnit's assertions.
This is quite fragile and prevents migration to a newer TestNG library.
The text was updated successfully, but these errors were encountered: