From 03ae5523f04e964c997ed2d7517c5bbe7a2c0d97 Mon Sep 17 00:00:00 2001 From: Darren Duncan Date: Fri, 16 Oct 2009 23:46:08 +0000 Subject: [PATCH] t/rt_50503_fts3.t no longer skips its failing test --- Changes | 2 ++ t/rt_50503_fts3.t | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index e02c5cd..50c0598 100644 --- a/Changes +++ b/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) diff --git a/t/rt_50503_fts3.t b/t/rt_50503_fts3.t index 9a84f30..c864823 100644 --- a/t/rt_50503_fts3.t +++ b/t/rt_50503_fts3.t @@ -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;