IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 1:23:31 PM (18 years ago)
Author:
jhoblitt
Message:

server/client split

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/01_load.t

    r4440 r17073  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 01_load.t,v 1.7 2005-06-30 02:35:06 jhoblitt Exp $
     5# $Id: 01_load.t,v 1.8 2008-03-20 23:21:58 jhoblitt Exp $
    66
    77use strict;
     
    1010use lib qw( ./t ./lib );
    1111
    12 use Test::More tests => 8;
     12use Test::More tests => 4;
    1313
    1414BEGIN { use_ok( 'Nebulous::Client' ); }
     
    1616BEGIN { use_ok( 'Nebulous::Client::HTTP' ); }
    1717BEGIN { use_ok( 'Nebulous::Util' ); }
    18 BEGIN { use_ok( 'Nebulous::Server' ); }
    19 BEGIN { use_ok( 'Nebulous::Server::SQL' ); }
    20 BEGIN { use_ok( 'Nebulous::Server::Log' ); }
    21 BEGIN { use_ok( 'Nebulous::Server::SOAP' ); }
Note: See TracChangeset for help on using the changeset viewer.