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:
parent
a0188d13f9
commit
03ae5523f0
2 changed files with 3 additions and 1 deletions
2
Changes
2
Changes
|
@ -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)
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue