Changeset 2533
- Timestamp:
- 06/09/08 22:24:59 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-39/t/44-spider.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/t/44-spider.t
r1098 r2533 4 4 5 5 use lib 't/lib', 'extlib', 'lib', '../lib', '../extlib'; 6 use Test::More tests => 4; 6 use Test::More; 7 8 BEGIN { 9 plan $ENV{MT_TEST_SPIDER} 10 ? (tests => 4) 11 : (skip_all => 'Enable spider test with MT_TEST_SPIDER environment variable') 12 ; 13 } 14 7 15 use LWP::UserAgent::Local; 8 16 use URI;
