An update so that mapnik tests will pass in debug mode
5
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.gcov
|
||||||
|
*.gcda
|
||||||
|
*.gcno
|
||||||
*~
|
*~
|
||||||
*.o
|
*.o
|
||||||
*.pyc
|
*.pyc
|
||||||
|
@ -14,6 +17,8 @@ bindings/python/mapnik/paths.py
|
||||||
config.cache
|
config.cache
|
||||||
config.log
|
config.log
|
||||||
config.py
|
config.py
|
||||||
|
mason_packages/
|
||||||
|
.mason/
|
||||||
.sconf_temp/
|
.sconf_temp/
|
||||||
.sconsign.dblite
|
.sconsign.dblite
|
||||||
demo/viewer/viewer.ini
|
demo/viewer/viewer.ini
|
||||||
|
|
|
@ -44,5 +44,5 @@ script:
|
||||||
- make
|
- make
|
||||||
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
|
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
|
||||||
- make test
|
- 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;
|
- if [[ ${COVERAGE} != true ]]; then make bench; fi;
|
||||||
|
|
|
@ -21,10 +21,10 @@
|
||||||
"spaces":"this has spaces",
|
"spaces":"this has spaces",
|
||||||
"double":1.1,
|
"double":1.1,
|
||||||
"boolean":true,
|
"boolean":true,
|
||||||
"NOM_FR":"Québec",
|
"NOM_FR":"Qu\u00e9bec",
|
||||||
"object": {"value":{"type":"\u041c\u0430pni\u043a","array": [3,0,"x"]}},
|
"object": {"value":{"type":"\u041c\u0430pni\u043a","array": [3,0,"x"]}},
|
||||||
"array" : [ [ [1], ["deux"]],[["\u0442\u0440\u0438","four","\u4e94"]]]
|
"array" : [ [ [1], ["deux"]],[["\u0442\u0440\u0438","four","\u4e94"]]]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |