Merge branch 'master' of github.com:mapnik/mapnik

This commit is contained in:
Dane Springmeyer 2014-09-04 20:02:42 -07:00
commit 1b8e74e8a9

View file

@ -53,6 +53,7 @@ def compare_map(xml):
def test_compare_map():
good_maps = glob.glob("../data/good_maps/*.xml")
good_maps = [os.path.normpath(p) for p in good_maps]
# remove one map that round trips CDATA differently, but this is okay
ignorable = os.path.join('..','data','good_maps','empty_parameter2.xml')
good_maps.remove(ignorable)