Bug #842
Some test fail on Windows
| Status: | Closed | Start date: | 2008-06-21 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | Estimated time: | 0.00 hour | |
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
I think these tests only fail on windows.
F3_FLOW3_Package_ManagerTest:
Failure in getPackageClassesPathReturnsClassesPathOfTestPackage Detail
D:\xampp\htdocs\demo\Packages\PHPUnit\Resources\PHP\PHPUnit\Framework\Assert.php:1524
getPackageClassesPath() did not return the correct path for package "TestPackage". Failed asserting that <string:D:/xampp/htdocs/demo/Packages\TestPackage/Classes/> is equal to <string:D:/xampp/htdocs/demo/Packages/TestPackage/Classes/>. getPackageClassesPath() did not return the correct path for package "TestPackage".
F3_FLOW3_Cache_Backend_FileTest:
Failure in getCacheDirectoryReturnsThePreviouslySetDirectory Detail
D:\xampp\htdocs\demo\Packages\PHPUnit\Resources\PHP\PHPUnit\Framework\Assert.php:1524
getDirectory() did not return the expected value. Failed asserting that <string:C:\Windows\temp\/> is equal to <string:C:\Windows\temp\>. getDirectory() did not return the expected value.
History
Updated by Robert Lemke over 4 years ago
- Status changed from New to Needs Feedback
Do they still fail with the most recent version?
Updated by Tim Eilers over 4 years ago
On my Windows they don't. Everything green for FLOW3.
Updated by Malte Jansen over 4 years ago
All 812 test are fine (r1755).
Updated by Karsten Dambekalns over 4 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
Closing as fixed...