Show
Ignore:
Timestamp:
12/20/06 11:09:07 (2 years ago)
Author:
kindlund
Message:

sc: merging branch using tags svn+ssh://kindlund@www.honeyclient.org/home/svn/honeyclient/honeyclient/tags/bug/PRE-42 and svn+ssh://kindlund@www.honeyclient.org/home/svn/honeyclient/honeyclient/tags/bug/POST-42

Files:

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  
    1111# Make sure Log::Log4perl loads 
    1212BEGIN { use_ok('Log::Log4perl', qw(:nowarn)) 
    13         or diag("Can't load Log::Log4perl package. Check to make sure the package library is correctly linsted 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."); 
    1414        
    1515        # Suppress all logging messages, since we need clean output for unit testing. 
     
    5252# Make sure XML::Tidy loads 
    5353BEGIN { use_ok('XML::Tidy') 
    54         or diag("Can't load XML::Tidy package. Check to make sure the package library is correctly linsted 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."); } 
    5555require_ok('XML::Tidy'); 
    5656can_ok('XML::Tidy','tidy'); 
     
    6060# Make sure Data::Dumper loads 
    6161BEGIN { use_ok('Data::Dumper') 
    62         or diag("Can't load Data::Dumper package. Check to make sure the package library is correctly linsted 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."); } 
    6363require_ok('Data::Dumper'); 
    6464use Data::Dumper;