Changeset 17076
- Timestamp:
- Mar 20, 2008, 3:24:00 PM (18 years ago)
- Location:
- trunk/Nebulous-Server/t
- Files:
-
- 2 edited
-
01_load.t (modified) (2 diffs)
-
75_parse_neb_key.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/01_load.t
r17072 r17076 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 01_load.t,v 1. 8 2008-03-20 21:10:14jhoblitt Exp $5 # $Id: 01_load.t,v 1.9 2008-03-21 01:24:00 jhoblitt Exp $ 6 6 7 7 use strict; … … 10 10 use lib qw( ./t ./lib ); 11 11 12 use Test::More tests => 4;12 use Test::More tests => 5; 13 13 14 BEGIN { use_ok( 'Nebulous::Keys' ); } 14 15 BEGIN { use_ok( 'Nebulous::Server' ); } 15 BEGIN { use_ok( 'Nebulous::Server::SQL' ); }16 16 BEGIN { use_ok( 'Nebulous::Server::Log' ); } 17 17 BEGIN { use_ok( 'Nebulous::Server::SOAP' ); } 18 BEGIN { use_ok( 'Nebulous::Server::SQL' ); } -
trunk/Nebulous-Server/t/75_parse_neb_key.t
r16205 r17076 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 75_parse_neb_key.t,v 1. 2 2008-01-23 22:46:44jhoblitt Exp $5 # $Id: 75_parse_neb_key.t,v 1.3 2008-03-21 01:23:45 jhoblitt Exp $ 6 6 7 7 use strict; … … 14 14 use lib qw( ./t ./lib ); 15 15 16 use Nebulous:: Util qw( :standard);16 use Nebulous::Keys qw( parse_neb_key ); 17 17 use Test::Nebulous; 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
