geoPHP
geoPHP copied to clipboard
Error message on "make check". Failed asserting that two strings are equal.
I'm getting an error message during make check: On the end it returns:
chmod +x phpunit
PHPUnit 3.4.14 by Sebastian Bergmann.
.........................F.................................. 60 / 70
..........
Time: 1 second, Memory: 7.75Mb
There was 1 failure:
1) test::testGeometry_pointOnSurface
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-POINT (2 5)
+POINT (1 8)
/tmp/geos-svn/php/test/test.php:1060
FAILURES!
Tests: 70, Assertions: 532, Failures: 1.
FAIL: phpunit
==================
1 of 1 test failed
==================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/tmp/geos-svn/php/test'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/tmp/geos-svn/php/test'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/tmp/geos-svn/php'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/geos-svn'
make: *** [check] Error 2
This issue is about GEOS, not geoPHP itself. Is it the best place for this report?