Dane Springmeyer
|
cd220886b2
|
various sqlite plugin test fixes - closes #1889
|
2013-06-03 14:15:27 -07:00 |
|
Dane Springmeyer
|
0365d3e081
|
start centralizing filesystem operations in mapnik::util::fs - refs #1177
|
2013-06-02 19:28:24 -07:00 |
|
Dane Springmeyer
|
83eb8f2595
|
fix handling of null values for feature id in sqlite/postgis input - closes #1817
|
2013-04-17 15:34:21 -07:00 |
|
Dane Springmeyer
|
aee275a08c
|
fix number handling in csv plugin and add tests for 64bit integer support in sqlite and postgis datasources - refs #1669
|
2012-12-21 19:53:33 -08:00 |
|
artemp
|
ae69ee9a24
|
+ update tests to respect new real formatting policies
|
2012-12-18 12:13:42 +00:00 |
|
Dane Springmeyer
|
17e97c595a
|
add a passing test that works around #1537 by manually setting key_field to string field
|
2012-10-15 17:06:43 -07:00 |
|
artemp
|
a513d3f97d
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
+ python: remove redundent 'instance' method (mapnik.DatasourceCache)
+ python: reflect plugin_directories method
+ tests: update python usage
TODO: consider using similar approach in FontEngine etc..
TODO: consider returning reference from singleton::instance() to
safeguard from accidental deleting a 'singleton' pointer
|
2012-09-05 12:53:37 +01:00 |
|
artemp
|
92eff33433
|
+ update tests to use Python iterator protocol
|
2012-08-08 17:31:30 +01:00 |
|
Dane Springmeyer
|
3839dd363f
|
more pep8 for tests
|
2012-02-24 13:15:48 -08:00 |
|
Dane Springmeyer
|
0a37a1591e
|
fixup whitespace with pep8 tricks from https://gist.github.com/1903033
|
2012-02-24 13:13:56 -08:00 |
|
Dane Springmeyer
|
312e98a869
|
more robust sqlite subquery tests and first tests of \!intersects\! token - refs #809
|
2011-12-16 09:58:09 -08:00 |
|
Dane Springmeyer
|
1f2a55172e
|
tests: test sqlite error behavior on non-existant fields - refs #984/#792
|
2011-12-05 13:24:11 -08:00 |
|
Artem Pavlenko
|
14700dba16
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Dane Springmeyer
|
bc06b31746
|
test reading from an empty sqlite db
|
2011-11-09 17:19:05 -08:00 |
|
Dane Springmeyer
|
b9b50899a6
|
sqlite: do not alias geometry field name
|
2011-11-03 19:50:36 -04:00 |
|
Dane Springmeyer
|
a53c61a0c2
|
ensure the tests can be run even with no datasource plugins
|
2011-10-28 17:06:23 -07:00 |
|
Dane Springmeyer
|
0786111984
|
more robust sqlite tests - note: some here will fail until I push local sqlite refactoring fixes refs #928
|
2011-10-25 15:18:29 -07:00 |
|
Dane Springmeyer
|
028d1c4058
|
make the sqlite tests more robust
|
2011-10-22 17:31:25 -07:00 |
|
Dane Springmeyer
|
4482f25956
|
tests for sqlite dequoting
|
2011-10-21 14:44:18 -07:00 |
|
Dane Springmeyer
|
a7e67477a6
|
since r3091 sqlite.input throws upon empty index as well as missing index, so update the tests to create an index record
|
2011-08-12 19:14:48 +00:00 |
|
Dane Springmeyer
|
55b37160e4
|
support attachdb, initdb, and index_table parameters in sqlite plugin - patch and tests from stella - closes #793
|
2011-07-11 17:46:53 +00:00 |
|