1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

t/rt_50503_fts3.t no longer skips its failing test

This commit is contained in:
Darren Duncan 2009-10-16 23:46:08 +00:00
parent a0188d13f9
commit 03ae5523f0
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
Changes for Perl extension DBD-SQLite
1.26_06 (not released yet)
1.26_05 Thu 15 Oct 2009
- Updated to SQLite 3.6.19 (ISHIGAKI)

View file

@ -7,7 +7,7 @@ BEGIN {
}
use t::lib::Test;
use Test::More skip_all => 'Temporarily skipping known-bad test (FOR 1.26_05 ONLY!)';
use Test::More;
use Test::NoWarnings;
plan tests => 6;