[Jifty-commit] jifty branch, master, updated. 1.10518-49-g7d91ce2

Jifty commits jifty-commit at lists.jifty.org
Thu Sep 29 12:15:34 EDT 2011


The branch, master has been updated
       via  7d91ce29da36ad59ed16d9121e70f9435f27faa8 (commit)
      from  f6b0bf4aa30cd595c78334ea3b8cc8a49599e257 (commit)

Summary of changes:
 lib/Jifty/Test/WWW/Selenium.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 7d91ce29da36ad59ed16d9121e70f9435f27faa8
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Sep 26 12:01:05 2011 -0400

    Don't specify an absolute path to firefox -- let Selenium search
    
    This reverts part of 59d12e7dfaf1772cf3a6d5f71c8db8b3f24ac872 which
    miscommitted what looks like local Selenium testing changes in the midst
    of a slew of completely different log changes.

diff --git a/lib/Jifty/Test/WWW/Selenium.pm b/lib/Jifty/Test/WWW/Selenium.pm
index 4aa42db..3f3d11a 100644
--- a/lib/Jifty/Test/WWW/Selenium.pm
+++ b/lib/Jifty/Test/WWW/Selenium.pm
@@ -92,7 +92,7 @@ sub _REAPER {
 sub _get_default_browser {
     my $class = shift;
 
-    return '*firefox /usr/lib/mozilla-firefox/firefox';
+    return '*firefox';
 }
 
 my @cleanup;

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list