mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 17:22:08 +01:00
[PR #73] Putting more source files back #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/php/pftt2/pull/73
State: closed
Merged: No
@cmb69 So, after testing a bit more, it seems that there are NoClassDefFoundErrors with
org.incava.diff.Diffandorg.kxml2.io.KXmlParserwhen using pftt from cmd prompt.Pftt won't run with the error occurring for
KXmlParserbut it seems that it can't catch failed tests with the error occurring withDiff. For the time being, it seems these have to be reverted as well.