fix broken path remove on windows
This commit is contained in:
parent
dbdf9c8180
commit
4227862660
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def compare_map(xml):
|
|||
def test_compare_map():
|
||||
good_maps = glob.glob("../data/good_maps/*.xml")
|
||||
# remove one map that round trips CDATA differently, but this is okay
|
||||
good_maps.remove('../data/good_maps/empty_parameter2.xml')
|
||||
#good_maps.remove('../data/good_maps/empty_parameter2.xml')
|
||||
for m in good_maps:
|
||||
compare_map(m)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue