components/perl_modules/dbd-sqlite/TESTING
changeset 5927 0b2f72b7196c
parent 5479 7146b76b602e
--- a/components/perl_modules/dbd-sqlite/TESTING	Mon May 02 14:39:28 2016 -0700
+++ b/components/perl_modules/dbd-sqlite/TESTING	Tue May 03 15:43:41 2016 +0200
@@ -7,6 +7,8 @@
 C="\$dbh=DBI->connect('dbi:SQLite:$DB');"
 FILE=/usr/bin/ls
 
+$P -e 'print $DBD::SQLite::VERSION, "\n"'
+
 rm -f "$DB"
 $P -e "$C"
 if [ ! -e "$DB" ]; then
@@ -42,6 +44,7 @@
 
 
 It should print
+ - correct DBD::SQLite version printed
  - two equal MD5 hashes
  - database description (mytable and trigger insert_blob_date)
  - current date and time