mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 14:24:35 +01: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)
|
||||
{
|
||||
std::size_t i = stmt.execute();
|
||||
assert (i == 0);
|
||||
assert (i == 1);
|
||||
}
|
||||
|
||||
int count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user