From a84fcdb1331ee27caa806bdc20705f0175abe127 Mon Sep 17 00:00:00 2001 From: Hermann Kraus Date: Mon, 19 Mar 2012 17:40:51 +0100 Subject: [PATCH] Update tests. Refs #1125. --- tests/python_tests/object_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/object_test.py b/tests/python_tests/object_test.py index 9c9787f4b..cf0920d55 100644 --- a/tests/python_tests/object_test.py +++ b/tests/python_tests/object_test.py @@ -54,7 +54,7 @@ def test_shieldsymbolizer_init(): # r1341 eq_(s.wrap_before, False) eq_(s.horizontal_alignment, mapnik.horizontal_alignment.AUTO) - eq_(s.justify_alignment, mapnik.justify_alignment.MIDDLE) + eq_(s.justify_alignment, mapnik.justify_alignment.AUTO) eq_(s.opacity, 1.0) # r2300