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:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user