Page MenuHomePhabricator
Paste P2235

iptcparse failure
ActivePublic

Authored by saper on Oct 27 2015, 12:12 AM.
Tags
None
Referenced Files
F2878562: iptcparse failure
Oct 27 2015, 12:12 AM
Subscribers
None
#!/usr/bin/env php
Using PHPUnit from /usr/share/php/phpunit/phpunit.phar
PHPUnit 4.3.1 by Sebastian Bergmann.
Configuration read from /usr/home/saper/public_html/ybabel/tests/phpunit/suite.xml
............................................................... 63 / 267 ( 23%)
................................F.............................. 126 / 267 ( 47%)
............................................................... 189 / 267 ( 70%)
......................................................R........ 252 / 267 ( 94%)
...............
Time: 5.74 seconds, Memory: 46.75Mb
There was 1 failure:
1) IPTCTest::testIPTCParseForcedUTFButInvalid
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => 'ø'
+ 0 => ''
)
/usr/home/saper/public_html/ybabel/tests/phpunit/includes/media/IPTCTest.php:50
/usr/home/saper/public_html/ybabel/tests/phpunit/MediaWikiTestCase.php:137
--
There was 1 risky test:
1) XMPTest::testExtendedXMP
Test method is annotated with @todo
/usr/home/saper/public_html/ybabel/tests/phpunit/MediaWikiTestCase.php:137
FAILURES!
Tests: 267, Assertions: 385, Failures: 1.