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

more info

This commit is contained in:
Kenichi Ishigaki 2010-06-17 08:41:02 +00:00
parent f3dcf2cf74
commit 2987656665

View file

@ -77,7 +77,7 @@ for my $type (@types) {
if ($old_behavior eq $got) { if ($old_behavior eq $got) {
TODO: { TODO: {
local $TODO = "same as the old behavior"; local $TODO = "same as the old behavior";
fail "same as the old behavior: type: $typename got: $got expected: $value"; fail "same as the old behavior: type: $typename got: $got expected: $value sqlite3_behavior: $sqlite3_behavior";
} }
} }
else { else {