Show
Ignore:
Timestamp:
04/09/08 15:47:11 (8 months ago)
Author:
kindlund
Message:

Merging simpler_agent branch into trunk.

Files:

Legend:

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

    r1282 r1499  
    7878use Data::Dumper; 
    7979 
     80# Make sure LWP::UserAgent loads. 
     81BEGIN { use_ok('LWP::UserAgent') or diag("Can't load LWP::UserAgent package.  Check to make sure the package library is correctly listed within the path."); } 
     82require_ok('LWP::UserAgent'); 
     83use LWP::UserAgent; 
     84 
    8085# Make sure Data::Structure::Util loads. 
    8186BEGIN { use_ok('Data::Structure::Util', qw(unbless)) or diag("Can't load Data::Structure::Util package.  Check to make sure the package library is correctly listed within the path."); }