Untitled
By: a guest | Mar 22nd, 2010 | Syntax:
None | Size: 0.97 KB | Hits: 73 | Expires: Never
dotxp@tango:~/dev/PHP/ezcomponents/trunk$ php UnitTest/src/runtests.php Mail/tests/composer_test.php
PHPUnit 3.4.2 by Sebastian Bergmann.
eZ Components:
ezcMailComposerTest: ....................FS..............F...............
Time: 4 seconds
There were 2 failures:
1) ezcMailComposerTest::testMailHtmlWithImagesNoExtensionWithFileInfo
Failed asserting that <integer:2> matches expected <integer:3>.
/home/dotxp/dev/PHP/svn.ezc/trunk/Mail/tests/composer_test.php:39
/home/dotxp/dev/PHP/svn.ezc/trunk/Mail/tests/composer_test.php:384
2) ezcMailComposerTest::testContentDispositionCustomAttachmentName
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-image/jpeg; name="custom_attachment_name.jpg"
+image/jpeg; charset=binary; name="custom_attachment_name.jpg"
/home/dotxp/dev/PHP/svn.ezc/trunk/Mail/tests/composer_test.php:702
FAILURES!
Tests: 52, Assertions: 118, Failures: 2, Skipped: 1.