D:\Users\mabe\workspace\Zend>"d:\Users\mabe\Program Files\php\php5.2.9\php.exe"
ZF-STD-TRUNK\tests\Zend\CodeGenerator\AllTests.php
PHPUnit 3.3.9 by Sebastian Bergmann.
..S......................................................... 60 / 99
..........F............................
Time: 0 seconds
There was 1 failure:
1) testPropertyMultilineValue(Zend_CodeGenerator_Php_PropertyTest)
Failed asserting that two strings are equal.
D:\Users\mabe\workspace\Zend\ZF-STD-TRUNK\tests\Zend\CodeGenerator\Php\PropertyT
est.php:91
D:\Users\mabe\workspace\Zend\ZF-STD-TRUNK\tests\Zend\CodeGenerator\AllTests.php:
43
D:\Users\mabe\workspace\Zend\ZF-STD-TRUNK\tests\Zend\CodeGenerator\AllTests.php:
57
FAILURES!
Tests: 99, Assertions: 123, Failures: 1, Skipped: 1.
Comments
Posted by Marc Bennewitz (private) (mabe) on 2010-01-19T14:51:30.000+0000
With the added patch all tests pass on my system. Can you take a look in my changes please.
Posted by Ralph Schindler (ralph) on 2010-01-21T09:06:10.000+0000
This was fixed in part with the efforts of ZF-8809