Skip to content

Commit

Permalink
Testing 64-bit ODBC failures
Browse files Browse the repository at this point in the history
Add (temporarily) verbose logging of actual values
  • Loading branch information
mloskot committed Mar 10, 2013
1 parent 2180cb8 commit 2efba38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/test/common-tests.h
Expand Up @@ -800,6 +800,7 @@ void test3()
{
for (std::size_t i = 0; i != vec.size(); ++i)
{
std::clog << i2 << " -> " << vec[i] << std::endl;
assert(i2 == vec[i]);
++i2;
}
Expand Down

0 comments on commit 2efba38

Please sign in to comment.