| 212 | } // unnamed namespace |
| 213 | |
| 214 | TEST_F(PgpointcloudWriterTest, write) |
| 215 | { |
| 216 | if (shouldSkipTests()) |
| 217 | { |
| 218 | return; |
| 219 | } |
| 220 | |
| 221 | optionsWrite(getDbOptions()); |
| 222 | } |
| 223 | |
| 224 | TEST_F(PgpointcloudWriterTest, writeScaled) |
| 225 | { |
nothing calls this directly
no test coverage detected