IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17076


Ignore:
Timestamp:
Mar 20, 2008, 3:24:00 PM (18 years ago)
Author:
jhoblitt
Message:

server/client split

Location:
trunk/Nebulous-Server/t
Files:
2 edited

Legend:

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

    r17072 r17076  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 01_load.t,v 1.8 2008-03-20 21:10:14 jhoblitt Exp $
     5# $Id: 01_load.t,v 1.9 2008-03-21 01:24:00 jhoblitt Exp $
    66
    77use strict;
     
    1010use lib qw( ./t ./lib );
    1111
    12 use Test::More tests => 4;
     12use Test::More tests => 5;
    1313
     14BEGIN { use_ok( 'Nebulous::Keys' ); }
    1415BEGIN { use_ok( 'Nebulous::Server' ); }
    15 BEGIN { use_ok( 'Nebulous::Server::SQL' ); }
    1616BEGIN { use_ok( 'Nebulous::Server::Log' ); }
    1717BEGIN { use_ok( 'Nebulous::Server::SOAP' ); }
     18BEGIN { use_ok( 'Nebulous::Server::SQL' ); }
  • trunk/Nebulous-Server/t/75_parse_neb_key.t

    r16205 r17076  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 75_parse_neb_key.t,v 1.2 2008-01-23 22:46:44 jhoblitt Exp $
     5# $Id: 75_parse_neb_key.t,v 1.3 2008-03-21 01:23:45 jhoblitt Exp $
    66
    77use strict;
     
    1414use lib qw( ./t ./lib );
    1515
    16 use Nebulous::Util qw( :standard );
     16use Nebulous::Keys qw( parse_neb_key );
    1717use Test::Nebulous;
    1818
Note: See TracChangeset for help on using the changeset viewer.