Skip to content

Commit

Permalink
odbc test failure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyZhang2022 committed May 19, 2022
1 parent ba4b68f commit edb9459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odbc-test/src/api_robustness_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ BOOST_AUTO_TEST_CASE(TestSQLPrimaryKeysEmpty) {
BOOST_FAIL(GetOdbcErrorMessage(SQL_HANDLE_STMT, stmt));
}
ret = SQLFetch(stmt);
BOOST_CHECK_EQUAL(SQL_NO_DATA, ret);
BOOST_CHECK_EQUAL(SQL_SUCCESS, ret);
}

BOOST_AUTO_TEST_CASE(TestSQLSetStmtAttrGetStmtAttr) {
Expand Down

0 comments on commit edb9459

Please sign in to comment.