Created
August 3, 2012 16:12
-
-
Save springmeyer/3249085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: python_tests.compositing_test.test_compare_images | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Library/Python/2.7/site-packages/nose-1.1.2-py2.7.egg/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/Users/dane/projects/mapnik6/tests/python_tests/compositing_test.py", line 27, in test_compare_images | |
eq_(a.tostring(),expected_im.tostring(), 'failed comparing actual (%s) and expected(%s)' % (actual,'tests/python_tests/'+ expected)) | |
File "/Library/Python/2.7/site-packages/nose-1.1.2-py2.7.egg/nose/tools.py", line 31, in eq_ | |
assert a == b, msg or "%r != %r" % (a, b) | |
AssertionError: failed comparing actual (/tmp/mapnik-comp-op-test-color_burn.png) and expected(tests/python_tests/images/composited/color_burn.png) | |
====================================================================== | |
FAIL: python_tests.markers_complex_rendering_test.test_marker_ellipse_render1 | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Library/Python/2.7/site-packages/nose-1.1.2-py2.7.egg/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/Users/dane/projects/mapnik6/tests/python_tests/markers_complex_rendering_test.py", line 22, in test_marker_ellipse_render1 | |
eq_(im.tostring(),expected_im.tostring(), 'failed comparing actual (%s) and expected (%s)' % (actual,'tests/python_tests/'+ expected)) | |
File "/Library/Python/2.7/site-packages/nose-1.1.2-py2.7.egg/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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment