diff options
author | Jiri Vanek <[email protected]> | 2013-04-08 15:08:11 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-04-08 15:08:11 +0200 |
commit | a04f235440f4f21079d8f4093c515867eb986dc6 (patch) | |
tree | 951337bacbe7af85265e06f67e80af87ed7b6382 /tests/test-extensions/net/sourceforge/jnlp | |
parent | 91d68c60485151b328d7f7fbde8b88df572b4f05 (diff) |
Removed good --sm-client-disable switch. No longer supported by epiphany.
Diffstat (limited to 'tests/test-extensions/net/sourceforge/jnlp')
-rw-r--r-- | tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java b/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java index 3b7c40e..79ec564 100644 --- a/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java +++ b/tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java @@ -42,11 +42,8 @@ import net.sourceforge.jnlp.browsertesting.Browsers; 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); |