enable tests comparing wkt/wkb output between shapefiles read with shape.input and ogr.input now that shape reading is fixed up

This commit is contained in:
Dane Springmeyer 2012-01-05 16:46:19 -08:00
parent 94ae30d7a2
commit 47e5aff668

View file

@ -27,7 +27,6 @@ if 'shape' in plugins and 'ogr' in plugins:
ds2 = mapnik.Shapefile(file=shapefile)
fs1 = ds1.featureset()
fs2 = ds2.featureset()
raise Todo("output will differ between ogr and shape, may not matter, needs a closer look")
count = 0;
while(True):
count += 1