IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5278


Ignore:
Timestamp:
Oct 11, 2005, 4:09:19 PM (21 years ago)
Author:
jhoblitt
Message:

add PS::IPP::PSFTP::Server
add PS::IPP::PSFTP::Server::HTTP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PSFTP/t/01_load.t

    r5259 r5278  
    33# t/001_load.t - check module loading and create testing directory
    44
    5 use Test::More tests => 2;
     5use Test::More tests => 4;
    66
    77BEGIN { use_ok( 'PS::IPP::PSFTP' ); }
    88BEGIN { use_ok( 'PS::IPP::PSFTP::Parser' ); }
     9BEGIN { use_ok( 'PS::IPP::PSFTP::Server' ); }
     10BEGIN { use_ok( 'PS::IPP::PSFTP::Server::HTTP' ); }
Note: See TracChangeset for help on using the changeset viewer.