hanging shutDown to shutDownSeleniumServer because Selenium RC 1.0 uses the latter
Daniel Austin [Sun, 13 Sep 2009 13:31:27 +0000 (23:31 +1000)]
lib/Test/WWW/Selenium/Catalyst.pm

index 05babb3..c87806d 100644 (file)
@@ -270,7 +270,7 @@ END {
             diag("Shutting down Selenium Server $sel_pid") if $DEBUG;
             $www_selenium->stop();
             # This can fail if a page hasn't been requested yet.
-            eval { $www_selenium->do_command('shutDown') };
+            eval { $www_selenium->do_command('shutDownSeleniumServer') };
             undef $www_selenium;
         }
         diag("Killing Selenium Server $sel_pid") if $DEBUG;