Changeset 747

Show
Ignore:
Timestamp:
07/23/07 17:22:17 (1 year ago)
Author:
kindlund
Message:

Slight tweak.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-firefox/lib/HoneyClient/Agent/Driver/Browser/FF.pm

    r746 r747  
    384384diag("About to restart FF.  Please check if the \"Restore Previous Session\" dialog box appears."); 
    385385diag(""); 
    386 $question = prompt("# Pick another website for FF browse to:", "http://www.mitre.org"); 
     386$question = prompt("# Pick another website for FF to browse to:", "http://www.mitre.org"); 
    387387$ie->drive(url => $question); 
    388388 
  • honeyclient/branches/exp/kindlund-firefox/t/honeyclient_agent_driver_browser_ff.t

    r746 r747  
    136136diag("About to restart FF.  Please check if the \"Restore Previous Session\" dialog box appears."); 
    137137diag(""); 
    138 $question = prompt("# Pick another website for FF browse to:", "http://www.mitre.org"); 
     138$question = prompt("# Pick another website for FF to browse to:", "http://www.mitre.org"); 
    139139$ie->drive(url => $question); 
    140140