Changeset 1677

Show
Ignore:
Timestamp:
07/09/08 14:51:31 (5 months ago)
Author:
kindlund
Message:

Additional test code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-selenium/t/honeyclient_agent.t

    r1499 r1677  
    111111require_ok('Data::Dumper'); 
    112112use Data::Dumper; 
     113 
     114# Make sure WWW::Selenium loads. 
     115BEGIN { use_ok('WWW::Selenium') or diag("Can't load WWW::Selenium package.  Check to make sure the package library is correctly listed within the path."); } 
     116require_ok('WWW::Selenium'); 
     117use WWW::Selenium; 
    113118 
    114119BEGIN {