Changeset 330

Show
Ignore:
Timestamp:
05/06/07 20:45:54 (2 years ago)
Author:
kindlund
Message:

regenerated unit tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/t/honeyclient_agent.t

    r131 r330  
    4343 
    4444# Make sure Storable loads. 
    45 BEGIN { use_ok('Storable', qw(nfreeze thaw)) or diag("Can't load Storable package.  Check to make sure the package library is correctly listed within the path."); } 
     45BEGIN { use_ok('Storable', qw(freeze nfreeze thaw)) or diag("Can't load Storable package.  Check to make sure the package library is correctly listed within the path."); } 
    4646require_ok('Storable'); 
     47can_ok('Storable', 'freeze'); 
    4748can_ok('Storable', 'nfreeze'); 
    4849can_ok('Storable', 'thaw'); 
    49 use Storable qw(nfreeze thaw); 
     50use Storable qw(freeze nfreeze thaw); 
    5051 
    5152# Make sure MIME::Base64 loads.