From 9a41dd5324b728ec9b318ee2b7b147452aee0d86 Mon Sep 17 00:00:00 2001 From: Alberto Valverde Date: Fri, 19 Mar 2010 09:38:08 +0000 Subject: [PATCH] typo --- tests/python_tests/glyph_symbolizer_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/glyph_symbolizer_test.py b/tests/python_tests/glyph_symbolizer_test.py index e7678e74a..8e6ad1767 100644 --- a/tests/python_tests/glyph_symbolizer_test.py +++ b/tests/python_tests/glyph_symbolizer_test.py @@ -36,7 +36,7 @@ def test_renders_with_cairo(): surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 256, 256) mapnik2.render(_map, surface) im = mapnik2.Image.from_cairo(surface) - save_data('agg_glyph_symbolizer.png', im.tostring('png')) + save_data('cairo_glyph_symbolizer.png', im.tostring('png')) assert contains_word('\xff\x00\x00\xff', im.tostring()) def test_load_save_map():