Changeset 488

Show
Ignore:
Timestamp:
01/31/09 13:58:12 (3 years ago)
Author:
dom
Message:

Skip database test when SQLite is not available

Location:
wiki-toolkit-plugin-ping/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-plugin-ping/trunk/Changes

    r384 r488  
     10.02     
     2        Skip database test when SQLite is not available 
     3        (fixes cpantesters 2957644, 3047914, 3122378) 
     4 
    150.01    5 December 2006 
    26        Initial public release (missing this changelog file, oops) 
  • wiki-toolkit-plugin-ping/trunk/t/02_call.t

    r363 r488  
    88use IO::Socket; 
    99 
    10 use Test::More tests => 4; 
     10use Test::More; 
    1111 
     12eval { require DBD::SQLite; }; 
     13if ($@) { 
     14    plan skip_all => 'SQLite not availalbe'; 
     15} else { 
     16    plan tests => 4; 
     17} 
    1218 
    1319# Create a test wiki