changeset 665:89d62a76c9f9

Removed good --sm-client-disable switch. No longer supported by epiphany.
author Jiri Vanek <jvanek@redhat.com>
date Mon, 08 Apr 2013 15:08:11 +0200
parents fbb6b3605538
children 37741b256ff4
files ChangeLog tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 04 11:21:04 2013 +0200
+++ b/ChangeLog	Mon Apr 08 15:08:11 2013 +0200
@@ -1,3 +1,8 @@
+2013-04-08  Jiri Vanek <jvanek@redhat.com>
+
+	* tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java:
+	Removed good --sm-client-disable switch. No longer supported by epiphany
+
 2013-04-04  Jiri Vanek <jvanek@redhat.com>
 
 	Plugin is now honoring the custom jre
--- a/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java	Thu Apr 04 11:21:04 2013 +0200
+++ b/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java	Mon Apr 08 15:08:11 2013 +0200
@@ -42,11 +42,8 @@
 
 public class Epiphany extends MozillaFamilyLinuxBrowser {
 
-    //the --sm-client-disable is hack which fixed  separate calls to epiphany
-    //without this, the second tab is never open :(
-    //with this, also no tab, but at least new window in same process. So ok for testsuite.
-    //may fall to --new-tab  with some fix on this issue again
-    String[] cs = {"--sm-client-disable"};
+    
+    String[] cs = {};
 
     public Epiphany(String bin) {
         super(bin);