Author: timbo
Date: Mon Jul 26 13:25:14 2010
New Revision: 14288
Modified:
dbi/trunk/dbixs_rev.h
dbi/trunk/t/06attrs.t
Log:
Changed diag to note.
Modified: dbi/trunk/dbixs_rev.h
==============================================================================
--- dbi/trunk/dbixs_rev.h (original)
+++ dbi/trunk/dbixs_rev.h Mon Jul 26 13:25:14 2010
@@ -1,4 +1,2 @@
-/* Mon Jul 26 09:56:55 2010 */
-/* Mixed revision working copy (14282M:14283) */
-/* Code modified since last checkin */
-#define DBIXS_REVISION 14282
+/* Mon Jul 26 21:08:48 2010 */
+#define DBIXS_REVISION 14286
Modified: dbi/trunk/t/06attrs.t
==============================================================================
--- dbi/trunk/t/06attrs.t (original)
+++ dbi/trunk/t/06attrs.t Mon Jul 26 13:25:14 2010
@@ -286,7 +286,7 @@
# $h->{TraceLevel} tests are in t/09trace.t
-diag "Checking inheritance\n";
+note "Checking inheritance\n";
SKIP: {
skip "drh->dbh->sth inheritance test skipped with DBI_AUTOPROXY", 2 if
$ENV{DBI_AUTOPROXY};