[svn:dbi] r15191 - dbi/trunk/t
[email protected] Wed, 29 Feb 2012 07:00:31 -0800 (PST)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: timbo
Date: Wed Feb 29 07:00:30 2012
New Revision: 15191
Modified:
dbi/trunk/t/52dbm_complex.t
Log:
give less confusing skipped message when testing DBI::SQL::Nano
Modified: dbi/trunk/t/52dbm_complex.t
==============================================================================
--- dbi/trunk/t/52dbm_complex.t (original)
+++ dbi/trunk/t/52dbm_complex.t Wed Feb 29 07:00:30 2012
@@ -90,7 +90,7 @@
my $haveSS = DBD::DBM::Statement->isa('SQL::Statement');
-plan skip_all => "Not running with SQL::Statement" unless ( $haveSS );
+plan skip_all => "DBI::SQL::Nano is being used" unless ( $haveSS );
plan skip_all => "Not running with MLDBM" unless ( @mldbm_types );
do "t/lib.pl";