An update so that mapnik tests will pass in debug mode

This commit is contained in:
Blake Thompson 2015-03-11 22:40:51 -05:00
parent 7575468e5c
commit 0fba975670
7 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View file

@ -1,4 +1,7 @@
.DS_Store
*.gcov
*.gcda
*.gcno
*~
*.o
*.pyc
@ -14,6 +17,8 @@ bindings/python/mapnik/paths.py
config.cache
config.log
config.py
mason_packages/
.mason/
.sconf_temp/
.sconsign.dblite
demo/viewer/viewer.ini

View file

@ -44,5 +44,5 @@ script:
- make
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
- make test
- if [[ ${COVERAGE} == true ]]; then cpp-coveralls --build-root . --gcov-options '\-lp' --exclude mason_packages --exclude benchmark --exclude deps --exclude scons --exclude tests --exclude demo --exclude docs --exclude fonts --exclude utils > /dev/null; fi;
- if [[ ${COVERAGE} == true ]]; then cpp-coveralls --build-root . --gcov-options '\-lp' --exclude mason_packages --exclude .sconf_temp --exclude benchmark --exclude deps --exclude scons --exclude tests --exclude demo --exclude docs --exclude fonts --exclude utils > /dev/null; fi;
- if [[ ${COVERAGE} != true ]]; then make bench; fi;

View file

@ -21,10 +21,10 @@
"spaces":"this has spaces",
"double":1.1,
"boolean":true,
"NOM_FR":"Québec",
"NOM_FR":"Qu\u00e9bec",
"object": {"value":{"type":"\u041c\u0430pni\u043a","array": [3,0,"x"]}},
"array" : [ [ [1], ["deux"]],[["\u0442\u0440\u0438","four","\u4e94"]]]
}
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB