Changeset 17072 for trunk/Nebulous-Server/t/01_load.t
- Timestamp:
- Mar 20, 2008, 11:13:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/t/01_load.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/01_load.t
r4440 r17072 3 3 # Copryight (C) 2004-2005 Joshua Hoblitt 4 4 # 5 # $Id: 01_load.t,v 1. 7 2005-06-30 02:35:06jhoblitt Exp $5 # $Id: 01_load.t,v 1.8 2008-03-20 21:10:14 jhoblitt Exp $ 6 6 7 7 use strict; … … 10 10 use lib qw( ./t ./lib ); 11 11 12 use Test::More tests => 8;12 use Test::More tests => 4; 13 13 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' ); }18 14 BEGIN { use_ok( 'Nebulous::Server' ); } 19 15 BEGIN { use_ok( 'Nebulous::Server::SQL' ); }
Note:
See TracChangeset
for help on using the changeset viewer.
