1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

DBD-SQLite: made it clearer the first insert failure is intentional and expected

This commit is contained in:
Kenichi Ishigaki 2009-08-15 10:03:53 +00:00
parent 9750059197
commit 445517aca7

View file

@ -47,7 +47,7 @@ foreach my $call_func (@CALL_FUNCS) {
};
ok($@);
if ($@) {
print "# insert failed : $@";
print "# expected insert failure : $@";
$dbh2->rollback;
}