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

Function TEST

test/unit/filters/LabelDuplicatesFilterTest.cpp:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78TEST(LabelDuplicatesFilterTest, sorted)
79{
80 std::string data("text/duplicates-sorted.txt");
81 testDimensions(data, "X");
82 testDimensions(data, "X,Y");
83 testDimensions(data, "X,Y,Z");
84 testDimensions(data, "X,Y,Z,GpsTime");
85 testDimensions(data, "X,Y,Z,GpsTime,PointSourceId,UserData");
86}
87
88TEST(LabelDuplicatesFilterTest, unsorted)
89{

Callers

nothing calls this directly

Calls 1

testDimensionsFunction · 0.70

Tested by

no test coverage detected