Skip to content

Instantly share code, notes, and snippets.

@skorasaurus
Created August 31, 2012 20:58
Show Gist options
  • Save skorasaurus/3558895 to your computer and use it in GitHub Desktop.
Save skorasaurus/3558895 to your computer and use it in GitHub Desktop.
make test (base folder)
skors@arock:~/prg/mapnik$ make test
*** Running visual tests...
--------------------------------------------------------------------------------
Visual text rendering summary: All 56 tests passed: ✓
*** Running C++ tests...
C++ CSV parse: ✓
C++ exceptions: ✓
C++ fonts registration: ✓
C++ label algorithms: ✓
C++ parameters: ✓
*** Running python tests...
Notice: skipping postgis tests (connection)
.............................................................T.......................TT..............................................................................................FF...........................T...............................................................................................................................................................................................................................FT......................
======================================================================
FAIL: python_tests.markers_complex_rendering_test.test_marker_ellipse_render1
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/skors/prg/mapnik/tests/python_tests/markers_complex_rendering_test.py", line 23, in test_marker_ellipse_render1
eq_(im.tostring(),expected_im.tostring(), 'failed comparing actual (%s) and expected (%s)' % (actual,'tests/python_tests/'+ expected))
File "/usr/lib/python2.7/dist-packages/nose/tools.py", line 31, in eq_
assert a == b, msg or "%r != %r" % (a, b)
AssertionError: failed comparing actual (/tmp/mapnik-marker-ellipse-render1.png) and expected (tests/python_tests/images/support/mapnik-marker-ellipse-render1.png)
======================================================================
FAIL: python_tests.markers_complex_rendering_test.test_marker_ellipse_render2
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/skors/prg/mapnik/tests/python_tests/markers_complex_rendering_test.py", line 36, in test_marker_ellipse_render2
eq_(im.tostring(),expected_im.tostring(), 'failed comparing actual (%s) and expected (%s)' % (actual,'tests/python_tests/'+ expected))
File "/usr/lib/python2.7/dist-packages/nose/tools.py", line 31, in eq_
assert a == b, msg or "%r != %r" % (a, b)
AssertionError: failed comparing actual (/tmp/mapnik-marker-ellipse-render2.png) and expected (tests/python_tests/images/support/mapnik-marker-ellipse-render2.png)
======================================================================
FAIL: python_tests.reprojection_test.test_visual_zoom_all_rendering4
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/skors/prg/mapnik/tests/python_tests/reprojection_test.py", line 85, in test_visual_zoom_all_rendering4
eq_(im.tostring(),expected_im.tostring(), 'failed comparing actual (%s) and expected (%s)' % (actual,'tests/python_tests/'+ expected))
File "/usr/lib/python2.7/dist-packages/nose/tools.py", line 31, in eq_
assert a == b, msg or "%r != %r" % (a, b)
AssertionError: failed comparing actual (/tmp/mapnik-merc2merc-reprojection-render2.png) and expected (tests/python_tests/images/support/mapnik-merc2merc-reprojection-render2.png)
----------------------------------------------------------------------
Ran 458 tests in 9.440s
FAILED (TODO=5, failures=3)
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment