mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
[PR #73] [CLOSED] Putting more source files back #106
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?
📋 Pull Request Information
Original PR: https://github.com/php/pftt2/pull/73
Author: @lavturo
Created: 9/20/2019
Status: ❌ Closed
Base:
master← Head:fix_issue71📝 Commits (2)
552a47347197a1Merge branch 'master' into fix_issue71📊 Changes
7 files changed (+2614 additions, -5 deletions)
View changed files
📝
.classpath(+0 -2)📝
src/com/mostc/pftt/results/PhptTestResult.java(+2 -2)📝
src/com/mostc/pftt/runner/AbstractPhptTestCaseRunner.java(+1 -1)➕
src/org/incava/util/diff/Diff.java(+493 -0)➕
src/org/incava/util/diff/Difference.java(+135 -0)➕
src/org/kxml2/io/KXmlParser.java(+1436 -0)➕
src/org/kxml2/io/KXmlSerializer.java(+547 -0)📄 Description
@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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.