mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
The intent of the dev releases is to stimulate failures, removed skip
This commit is contained in:
parent
ddf38fd4c4
commit
7336339255
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ $result = $dbh->selectrow_arrayref( "SELECT my_sum( '2', 3, 4, '5')" );
|
||||||
is( $result->[0], 14, "SELECT my_sum( '2', 3, 4, '5')" );
|
is( $result->[0], 14, "SELECT my_sum( '2', 3, 4, '5')" );
|
||||||
|
|
||||||
SKIP: {
|
SKIP: {
|
||||||
skip "this test is currently broken on some platforms; set DBD_SQLITE_TODO=1 to test this", 2 unless $ENV{DBD_SQLITE_TODO};
|
# skip "this test is currently broken on some platforms; set DBD_SQLITE_TODO=1 to test this", 2 unless $ENV{DBD_SQLITE_TODO};
|
||||||
|
|
||||||
$dbh->func( "error", -1, \&error, "create_function" );
|
$dbh->func( "error", -1, \&error, "create_function" );
|
||||||
$result = $dbh->selectrow_arrayref( "SELECT error( 'I died' )" );
|
$result = $dbh->selectrow_arrayref( "SELECT error( 'I died' )" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue