1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-04-24 17:18:32 +02:00

Updated MySQL UnitTest

This commit is contained in:
Adrian Imboden 2013-02-21 21:59:52 +01:00
parent 4ce851672a
commit 7354622810

@ -481,7 +481,7 @@ void SQLExecutor::insertSingleBulk()
for (x = 0; x < 100; ++x) for (x = 0; x < 100; ++x)
{ {
std::size_t i = stmt.execute(); std::size_t i = stmt.execute();
assert (i == 0); assert (i == 1);
} }
int count = 0; int count = 0;