TYPO3 Flow Base DistributionPackagesApplications

Bug #479

Unnecessary slash added to path in F3_Testing_Model_TestCaseRepository.php

Added by Jochen Rau over 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-04-24
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:-
Target version:- Estimated time:0.00 hour

Description

The line

$testsPath = $package->getPackagePath() . '/Tests/';

in the method "getTestcaseFilenames" of class "3_Testing_Model_TestCaseRepository.php" should be

$testsPath = $package->getPackagePath() . 'Tests/';

as the leading slash was already added in the line

$availablePackagesArr[$filename] = new F3_FLOW3_Package_Package($filename, ($packagesDirectoryIterator->getPathName() . '/'));

in the method "scanAvailablePackages()" of class "F3_FLOW3_Package_Manager.php".

-- Jochen

F3_Testing_Model_TestCaseRepository.patch Magnifier (773 Bytes) Jochen Rau, 2008-04-24 10:34

Associated revisions

History

#1 Updated by Robert Lemke about 7 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Estimated time set to 0.00

#2 Updated by Robert Lemke about 7 years ago

  • Status changed from Accepted to Resolved

Fixed in r812

Also available in: Atom PDF