From 445517aca77b3c255fc49d2109012a50b9e55252 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 15 Aug 2009 10:03:53 +0000 Subject: [PATCH] DBD-SQLite: made it clearer the first insert failure is intentional and expected --- t/08_busy.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/08_busy.t b/t/08_busy.t index 1196efc..f29e111 100644 --- a/t/08_busy.t +++ b/t/08_busy.t @@ -47,7 +47,7 @@ foreach my $call_func (@CALL_FUNCS) { }; ok($@); if ($@) { - print "# insert failed : $@"; + print "# expected insert failure : $@"; $dbh2->rollback; }