Show
Ignore:
Timestamp:
04/22/08 13:20:44 (7 months ago)
Author:
kindlund
Message:

Updated unit tests and log messages.

Files:

Legend:

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

    r1499 r1554  
    115115use threads::shared; 
    116116 
     117# Make sure Thread::Semaphore loads. 
     118BEGIN { use_ok('Thread::Semaphore') or diag("Can't load Thread::Semaphore package.  Check to make sure the package library is correctly listed within the path."); } 
     119require_ok('Thread::Semaphore'); 
     120use Thread::Semaphore; 
     121 
    117122# Make sure File::Basename loads. 
    118123BEGIN { use_ok('File::Basename', qw(dirname basename)) or diag("Can't load File::Basename package.  Check to make sure the package library is correctly listed within the path."); }