Changeset 5278
- Timestamp:
- Oct 11, 2005, 4:09:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PSFTP/t/01_load.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PSFTP/t/01_load.t
r5259 r5278 3 3 # t/001_load.t - check module loading and create testing directory 4 4 5 use Test::More tests => 2;5 use Test::More tests => 4; 6 6 7 7 BEGIN { use_ok( 'PS::IPP::PSFTP' ); } 8 8 BEGIN { use_ok( 'PS::IPP::PSFTP::Parser' ); } 9 BEGIN { use_ok( 'PS::IPP::PSFTP::Server' ); } 10 BEGIN { use_ok( 'PS::IPP::PSFTP::Server::HTTP' ); }
Note:
See TracChangeset
for help on using the changeset viewer.
