[PR #10] [CLOSED] Fix for issue #2 and resolved "Could not load file" error. #62

Closed
opened 2026-01-24 11:40:41 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pftt2/pull/10
Author: @lavturo
Created: 3/21/2019
Status: Closed

Base: masterHead: fix_issue2


📝 Commits (3)

  • 31f84b7 Fix for issue #2 and resolved "Could not load file" error.
  • 65960b7 Updated with suggestions for issue #2
  • 76369c6 Updated for issue #2. Moved code around and normalized paths if tool is running on windows machine

📊 Changes

3 files changed (+28 additions, -10 deletions)

View changed files

📝 src/com/mostc/pftt/host/Host.java (+17 -9)
📝 src/com/mostc/pftt/main/PfttMain.java (+1 -1)
📝 src/com/mostc/pftt/model/core/PhptTestCase.java (+10 -0)

📄 Description

Added a bit more information for core_named to be more clear on what "test name fragment" meant.

When loading the test-pack dir, the tool had an issue reading from the job_work dir. Modified code to let job_work directory be considered a safe path.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/pftt2/pull/10 **Author:** [@lavturo](https://github.com/lavturo) **Created:** 3/21/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_issue2` --- ### 📝 Commits (3) - [`31f84b7`](https://github.com/php/pftt2/commit/31f84b726dcd406701dbc38fdbdb700d6cde0e90) Fix for issue #2 and resolved "Could not load file" error. - [`65960b7`](https://github.com/php/pftt2/commit/65960b756359d26dfb4f51059a23144d011d3c63) Updated with suggestions for issue #2 - [`76369c6`](https://github.com/php/pftt2/commit/76369c667ba9ff77500a6340af15af7b23c63826) Updated for issue #2. Moved code around and normalized paths if tool is running on windows machine ### 📊 Changes **3 files changed** (+28 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/com/mostc/pftt/host/Host.java` (+17 -9) 📝 `src/com/mostc/pftt/main/PfttMain.java` (+1 -1) 📝 `src/com/mostc/pftt/model/core/PhptTestCase.java` (+10 -0) </details> ### 📄 Description Added a bit more information for core_named to be more clear on what "test name fragment" meant. When loading the test-pack dir, the tool had an issue reading from the job_work dir. Modified code to let job_work directory be considered a safe path. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:40:41 +01:00
admin closed this issue 2026-01-24 11:40:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#62