Changeset 17073 for trunk/Nebulous/t/01_load.t
- Timestamp:
- Mar 20, 2008, 1:23:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/01_load.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/01_load.t
r4440 r17073 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 23:21:58 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 14 BEGIN { use_ok( 'Nebulous::Client' ); } … … 16 16 BEGIN { use_ok( 'Nebulous::Client::HTTP' ); } 17 17 BEGIN { 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.
