Merge branch 'master' of github.com:mapnik/mapnik
This commit is contained in:
commit
1b8e74e8a9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue