MCPcopy Create free account
hub / github.com/PDAL/PDAL / TEST

Function TEST

test/unit/io/OGRWriterTest.cpp:227–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227TEST(OGRWriterTest, shapefile)
228{
229 std::string infile = Support::datapath("las/simple.las");
230 std::string infofile = Support::datapath("ogr/shapefile.shp.ogrinfo");
231
232 Options wo;
233 wo.add("ogrdriver", "ESRI Shapefile");
234
235 runOgrWriterInfo(wo, infile, infofile, ".shp");
236}
237
238TEST(OGRWriterTest, json)
239{

Callers

nothing calls this directly

Calls 4

datapathFunction · 0.85
runOgrWriterInfoFunction · 0.85
addMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected