avoid error that should be a TODO: http://trac.mapnik.org/ticket/348
This commit is contained in:
parent
7f03d5afc0
commit
9236f15a83
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue