Test OGR driver registrar access
| 42 | |
| 43 | // Test OGR driver registrar access |
| 44 | TEST_F(test_ogr, GetGDALDriverManager) |
| 45 | { |
| 46 | ASSERT_TRUE(nullptr != GetGDALDriverManager()); |
| 47 | } |
| 48 | |
| 49 | template <class T> |
| 50 | void testSpatialReferenceLeakOnCopy(OGRSpatialReference *poSRS) |
nothing calls this directly
no test coverage detected