mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
rename t/lib/Test.pm to t/lib/SQLiteTest.pm
This commit is contained in:
parent
5c053be183
commit
434aea6479
107 changed files with 108 additions and 108 deletions
2
MANIFEST
2
MANIFEST
|
@ -87,7 +87,7 @@ t/60_readonly.t
|
|||
t/61_strlike.t
|
||||
t/62_regexp_multibyte_char_class.t
|
||||
t/cookbook_variance.t
|
||||
t/lib/Test.pm
|
||||
t/lib/SQLiteTest.pm
|
||||
t/rt_106151_outermost_savepoint.t
|
||||
t/rt_106950_extra_warnings_with_savepoints.t
|
||||
t/rt_115465_column_info_with_spaces.t
|
||||
|
|
|
@ -13,7 +13,7 @@ use Test::More tests => 3;
|
|||
|
||||
use_ok('DBI');
|
||||
use_ok('DBD::SQLite');
|
||||
use_ok('t::lib::Test');
|
||||
use_ok('t::lib::SQLiteTest');
|
||||
|
||||
diag("\$DBI::VERSION=$DBI::VERSION");
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 7;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 14;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 22;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 6;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 8;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok dbfile @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok dbfile @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
use DBD::SQLite;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
use DBD::SQLite;
|
||||
|
|
|
@ -9,7 +9,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ( $] >= 5.008005 ) {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok dies @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok dies @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
my $COLLATION_TESTS = 10;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 37;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 12;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 4;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 10;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 39;
|
||||
use Test::NoWarnings;
|
||||
use DBI ':sql_types';
|
||||
|
|
|
@ -9,7 +9,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 10;
|
||||
use Test::NoWarnings;
|
||||
use DBI ':sql_types';
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 27;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 12;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 9;
|
||||
|
||||
# Create a database
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 18;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 14;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 28;
|
||||
# use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
use Test::More tests => 21;
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
|
||||
# 1-4. Connect & create tables
|
||||
my $dbh = connect_ok(dbfile => 'foo');
|
||||
|
|
|
@ -10,7 +10,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
use Test::More tests => 9;
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
|
||||
my $create1 = 'CREATE TABLE table1 (id INTEGER NOT NULL, name CHAR (64) NOT NULL)';
|
||||
my $create2 = 'CREATE TABLE table2 (id INTEGER NOT NULL, name CHAR (64) NOT NULL)';
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 6;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ my @to_be_tested;
|
|||
BEGIN { @to_be_tested = (1.23E4); }
|
||||
|
||||
use Test::More tests => 2 + @to_be_tested;
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
|
||||
my $dbh = connect_ok();
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
use Test::More tests => 4;
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
|
||||
my $dbh = connect_ok( PrintError => 0, RaiseError => 0 );
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ( $] >= 5.008005 ) {
|
||||
|
|
|
@ -4,7 +4,7 @@ use strict;
|
|||
use warnings;
|
||||
|
||||
use Test::More;
|
||||
use t::lib::Test qw/connect_ok dbfile @CALL_FUNCS requires_sqlite/;
|
||||
use t::lib::SQLiteTest qw/connect_ok dbfile @CALL_FUNCS requires_sqlite/;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.11') }
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 22;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings qw/had_no_warnings clear_warnings/;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
|
||||
my @words = qw{
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.19') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok has_sqlite/;
|
||||
use t::lib::SQLiteTest qw/connect_ok has_sqlite/;
|
||||
use Test::More;
|
||||
use DBD::SQLite;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
use DBD::SQLite;
|
||||
use Data::Dumper;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.8') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
eval {require APR::Table; 1};
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok dbfile @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok dbfile @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use DBI qw(:sql_types);
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS requires_sqlite/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS requires_sqlite/;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.21') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
@ -15,7 +15,7 @@ BEGIN {
|
|||
}
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::NoWarnings;
|
||||
|
||||
plan tests => 16 * @CALL_FUNCS + 1;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS requires_sqlite/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS requires_sqlite/;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.7.10') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS has_sqlite/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS has_sqlite/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More tests => 5;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
my $tests = 7;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.7.7') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
use DBI qw(:sql_types);
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use DBD::SQLite;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok requires_sqlite/;
|
||||
use t::lib::SQLiteTest qw/connect_ok requires_sqlite/;
|
||||
use Test::More;
|
||||
use DBD::SQLite::Constants qw/SQLITE_OPEN_READONLY/;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/requires_sqlite/;
|
||||
use t::lib::SQLiteTest qw/requires_sqlite/;
|
||||
use Test::More;
|
||||
use DBD::SQLite;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ($] < 5.008005) {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package t::lib::Test;
|
||||
package t::lib::SQLiteTest;
|
||||
|
||||
# Support code for DBD::SQLite tests
|
||||
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.8') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.8') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
plan tests => 14;
|
||||
|
|
|
@ -10,7 +10,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 13;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 11;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ( $] >= 5.008005 ) {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 14;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ( $] >= 5.008005 ) {
|
||||
|
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use DBI;
|
||||
use Test::More;
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
|
||||
BEGIN { requires_sqlite('3.6.3') }
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 6;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 8;
|
||||
use Test::NoWarnings;
|
||||
use DBI qw(:sql_types);
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 19;
|
||||
use Test::NoWarnings;
|
||||
use DBI qw(:sql_types);
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 8;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 32;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 5;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 4;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ BEGIN {
|
|||
}
|
||||
|
||||
use Test::More;
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use DBD::SQLite;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 92 * 4 + 2;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
require DBD::SQLite;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok @CALL_FUNCS/;
|
||||
use t::lib::SQLiteTest qw/connect_ok @CALL_FUNCS/;
|
||||
use Test::More;
|
||||
use DBD::SQLite;
|
||||
#use Test::NoWarnings;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 8;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More tests => 34;
|
||||
use DBI qw/:sql_types/;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ( $] >= 5.008005 ) {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 2;
|
||||
use DBI;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More tests => 6;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$| = 1;
|
||||
$^W = 1;
|
||||
}
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
use DBI;
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 4;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok/;
|
||||
use t::lib::SQLiteTest qw/connect_ok/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More tests => 3;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
BEGIN {
|
||||
if ( $] >= 5.008005 ) {
|
||||
|
|
|
@ -12,7 +12,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.7.9') }
|
||||
|
|
|
@ -6,7 +6,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test;
|
||||
use t::lib::SQLiteTest;
|
||||
use Test::More;
|
||||
|
||||
BEGIN { requires_sqlite('3.7.7') }
|
||||
|
|
|
@ -5,7 +5,7 @@ BEGIN {
|
|||
$^W = 1;
|
||||
}
|
||||
|
||||
use t::lib::Test qw/connect_ok $sqlite_call/;
|
||||
use t::lib::SQLiteTest qw/connect_ok $sqlite_call/;
|
||||
use Test::More;
|
||||
use Test::NoWarnings;
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue