avoid error that should be a TODO: http://trac.mapnik.org/ticket/348

This commit is contained in:
Dane Springmeyer 2009-07-10 22:55:34 +00:00
parent 7f03d5afc0
commit 9236f15a83

View file

@ -184,6 +184,7 @@ def test_textsymbolizer_pickle():
eq_(ts.text_size, 8)
eq_(ts.fill, mapnik.Color('black'))
raise Todo("FontSet pickling support needed: http://trac.mapnik.org/ticket/348")
ts2 = pickle.loads(pickle.dumps(ts,pickle.HIGHEST_PROTOCOL))
eq_(ts.name, ts2.name)
eq_(ts.face_name, ts2.face_name)