Changeset 130 for honeyclient/branches/rel/0.9/t/honeyclient_util_config.t
- Timestamp:
- 12/20/06 11:09:07 (2 years ago)
- Files:
-
- honeyclient/branches/rel/0.9 (modified) (1 prop)
- honeyclient/branches/rel/0.9/t/honeyclient_util_config.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/rel/0.9
- Property sc:bug-fix-release-branch set to 0.9
honeyclient/branches/rel/0.9/t/honeyclient_util_config.t
r13 r130 11 11 # Make sure Log::Log4perl loads 12 12 BEGIN { use_ok('Log::Log4perl', qw(:nowarn)) 13 or diag("Can't load Log::Log4perl package. Check to make sure the package library is correctly li nsted within the path.");13 or diag("Can't load Log::Log4perl package. Check to make sure the package library is correctly listed within the path."); 14 14 15 15 # Suppress all logging messages, since we need clean output for unit testing. … … 52 52 # Make sure XML::Tidy loads 53 53 BEGIN { use_ok('XML::Tidy') 54 or diag("Can't load XML::Tidy package. Check to make sure the package library is correctly li nsted within the path."); }54 or diag("Can't load XML::Tidy package. Check to make sure the package library is correctly listed within the path."); } 55 55 require_ok('XML::Tidy'); 56 56 can_ok('XML::Tidy','tidy'); … … 60 60 # Make sure Data::Dumper loads 61 61 BEGIN { use_ok('Data::Dumper') 62 or diag("Can't load Data::Dumper package. Check to make sure the package library is correctly li nsted within the path."); }62 or diag("Can't load Data::Dumper package. Check to make sure the package library is correctly listed within the path."); } 63 63 require_ok('Data::Dumper'); 64 64 use Data::Dumper;
