summaryrefslogtreecommitdiff
path: root/libodbcpp/unittests/testodbc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libodbcpp/unittests/testodbc.cpp')
-rw-r--r--libodbcpp/unittests/testodbc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/unittests/testodbc.cpp b/libodbcpp/unittests/testodbc.cpp
index f235cfb..bb6fd97 100644
--- a/libodbcpp/unittests/testodbc.cpp
+++ b/libodbcpp/unittests/testodbc.cpp
@@ -49,7 +49,7 @@ BOOST_AUTO_TEST_CASE( bindAndSend )
mod->bindParamS(2, testString);
mod->bindParamB(3, testBool);
mod->bindParamT(4, testDateTime);
- mod->execute();
+ BOOST_CHECK_EQUAL(1, mod->execute());
}
BOOST_AUTO_TEST_CASE( bindAndSelect )