The testlink #267 is failing on Tuleap 6.7.99.41 :
src/utils/php-launcher.sh vendor/phpunit/phpunit/phpunit.php tests/rest
PHPUnit 3.7.28-12-g236f65c by Sebastian Bergmann.
...........F.............
Time: 6.35 seconds, Memory: 11.25Mb
There was 1 failure:
1) ProjectTest::testGETbyIdForAdmin
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 'id' => 101
+ 'id' => '101'
'uri' => 'projects/101'
'label' => 'Long name'
'resources' => Array (
- 0 => Array (...)
- 1 => Array (...)
- 2 => Array (...)
- 3 => Array (...)
+ 0 => 'projects/101/plannings'
)
)
/mnt/tests/rest/ProjectTest.php:45
FAILURES!
Tests: 25, Assertions: 162, Failures: 1.
make: *** [api_test] Error 1