| 232 | } |
| 233 | |
| 234 | void ODBCTestBase::TearDown() { |
| 235 | ASSERT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_STMT, stmt)); |
| 236 | } |
| 237 | |
| 238 | void FlightSQLODBCRemoteTestBase::SetUpTestSuite() { |
| 239 | if (!RunningRemoteTests()) { |
nothing calls this directly
no test coverage detected