Changeset 488 for wiki-toolkit-plugin-ping/trunk/t/02_call.t
- Timestamp:
- 01/31/09 13:58:12 (3 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit-plugin-ping/trunk/t/02_call.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
