Changeset 1677
- Timestamp:
- 07/09/08 14:51:31 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/branches/exp/kindlund-selenium/t/honeyclient_agent.t
r1499 r1677 111 111 require_ok('Data::Dumper'); 112 112 use Data::Dumper; 113 114 # Make sure WWW::Selenium loads. 115 BEGIN { 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."); } 116 require_ok('WWW::Selenium'); 117 use WWW::Selenium; 113 118 114 119 BEGIN {
