File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/groovy/geoscript/workspace Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class OGRTestCase {
140140 assertTrue ogr. toString(). startsWith(" OGR (Driver = GeoJSON, Dataset = " )
141141 assertTrue ogr. toString(). endsWith(" states.geojson)" )
142142 assertEquals 1 , ogr. names. size()
143- assertTrue ogr. names. contains(" OGRGeoJSON " )
143+ assertTrue ogr. names. contains(" states " )
144144 assertEquals 1 , ogr. layers. size()
145145 int i = 0
146146 layer. eachFeature{f ->
@@ -165,7 +165,7 @@ class OGRTestCase {
165165 assertTrue ogr. toString(). startsWith(" OGR (Driver = GeoJSON, Dataset = " )
166166 assertTrue ogr. toString(). endsWith(" states.geojson)" )
167167 assertEquals 1 , ogr. names. size()
168- assertTrue ogr. names. contains(" OGRGeoJSON " )
168+ assertTrue ogr. names. contains(" states " )
169169 assertEquals 1 , ogr. layers. size()
170170 int i = 0
171171 layer. eachFeature{f ->
@@ -281,4 +281,4 @@ class OGRTestCase {
281281 assertEquals 49 , i
282282 }
283283 }
284- }
284+ }
You can’t perform that action at this time.
0 commit comments