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

Skip database test when SQLite is not available

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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