IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 11:13:28 AM (18 years ago)
Author:
jhoblitt
Message:

server/client split

File:
1 edited

Legend:

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

    r4440 r17072  
    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 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1010use lib qw( ./t ./lib );
    1111
    12 use Test::More tests => 8;
     12use Test::More tests => 4;
    1313
    14 BEGIN { use_ok( 'Nebulous::Client' ); }
    15 BEGIN { use_ok( 'Nebulous::Client::Log' ); }
    16 BEGIN { use_ok( 'Nebulous::Client::HTTP' ); }
    17 BEGIN { use_ok( 'Nebulous::Util' ); }
    1814BEGIN { use_ok( 'Nebulous::Server' ); }
    1915BEGIN { use_ok( 'Nebulous::Server::SQL' ); }
Note: See TracChangeset for help on using the changeset viewer.