Changeset 488
- Timestamp:
- 01/31/09 13:58:12 (3 years ago)
- Location:
- wiki-toolkit-plugin-ping/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
t/02_call.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-ping/trunk/Changes
r384 r488 1 0.02 2 Skip database test when SQLite is not available 3 (fixes cpantesters 2957644, 3047914, 3122378) 4 1 5 0.01 5 December 2006 2 6 Initial public release (missing this changelog file, oops) -
wiki-toolkit-plugin-ping/trunk/t/02_call.t
r363 r488 8 8 use IO::Socket; 9 9 10 use Test::More tests => 4;10 use Test::More; 11 11 12 eval { require DBD::SQLite; }; 13 if ($@) { 14 plan skip_all => 'SQLite not availalbe'; 15 } else { 16 plan tests => 4; 17 } 12 18 13 19 # Create a test wiki
