Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-test.git/shortlog/5e90f82b63da285258b76e043395f7a47d7009d2
...commit
http://git.netsurf-browser.org/netsurf-test.git/commit/5e90f82b63da285258b76e043395f7a47d7009d2
...tree
http://git.netsurf-browser.org/netsurf-test.git/tree/5e90f82b63da285258b76e043395f7a47d7009d2
The branch, master has been updated
via 5e90f82b63da285258b76e043395f7a47d7009d2 (commit)
from 228eacf83d469994e4c4250a27d55f9a213234ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=5e90f82b63da285258b76e043395f7a47d7009d2
commit 5e90f82b63da285258b76e043395f7a47d7009d2
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
actually enable javascript in tests that require it.
due to a bug in monkey_farmer option setting previously the
enable_javascript option was silently being ignored.
That bug has been fixed but the tests actually want
javascript enabled need to set the option correctly.
diff --git a/monkey-test/ecmascript.yaml b/monkey-test/ecmascript.yaml
index a08c9ce..82ec892 100644
--- a/monkey-test/ecmascript.yaml
+++ b/monkey-test/ecmascript.yaml
@@ -3,6 +3,8 @@ group: ecmascript
steps:
- action: launch
language: en
+ options:
+ - enable_javascript=1
- action: window-new
tag: win1
diff --git a/monkey-test/popular-sites-parallel.yaml
b/monkey-test/popular-sites-parallel.yaml
index dc5962d..576275e 100644
--- a/monkey-test/popular-sites-parallel.yaml
+++ b/monkey-test/popular-sites-parallel.yaml
@@ -3,6 +3,8 @@ group: popular-sites
steps:
- action: launch
language: en
+ options:
+ - enable_javascript=1
- action: window-new
tag: win1
- action: window-new
diff --git a/monkey-test/popular-sites.yaml b/monkey-test/popular-sites.yaml
index 2bafade..6303e89 100644
--- a/monkey-test/popular-sites.yaml
+++ b/monkey-test/popular-sites.yaml
@@ -3,6 +3,8 @@ group: popular-sites
steps:
- action: launch
language: en
+ options:
+ - enable_javascript=1
- action: window-new
tag: win1
- action: timer-start
diff --git a/monkey-test/start-stop-no-js.yaml
b/monkey-test/start-stop-no-js.yaml
index ef26a82..5f9125e 100644
--- a/monkey-test/start-stop-no-js.yaml
+++ b/monkey-test/start-stop-no-js.yaml
@@ -2,7 +2,7 @@ title: start and stop browser without JS
group: initial
steps:
- action: launch
- args:
+ options:
- enable_javascript=0
- action: quit
-----------------------------------------------------------------------
Summary of changes:
monkey-test/ecmascript.yaml | 2 ++
monkey-test/popular-sites-parallel.yaml | 2 ++
monkey-test/popular-sites.yaml | 2 ++
monkey-test/start-stop-no-js.yaml | 2 +-
4 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/monkey-test/ecmascript.yaml b/monkey-test/ecmascript.yaml
index a08c9ce..82ec892 100644
--- a/monkey-test/ecmascript.yaml
+++ b/monkey-test/ecmascript.yaml
@@ -3,6 +3,8 @@ group: ecmascript
steps:
- action: launch
language: en
+ options:
+ - enable_javascript=1
- action: window-new
tag: win1
diff --git a/monkey-test/popular-sites-parallel.yaml
b/monkey-test/popular-sites-parallel.yaml
index dc5962d..576275e 100644
--- a/monkey-test/popular-sites-parallel.yaml
+++ b/monkey-test/popular-sites-parallel.yaml
@@ -3,6 +3,8 @@ group: popular-sites
steps:
- action: launch
language: en
+ options:
+ - enable_javascript=1
- action: window-new
tag: win1
- action: window-new
diff --git a/monkey-test/popular-sites.yaml b/monkey-test/popular-sites.yaml
index 2bafade..6303e89 100644
--- a/monkey-test/popular-sites.yaml
+++ b/monkey-test/popular-sites.yaml
@@ -3,6 +3,8 @@ group: popular-sites
steps:
- action: launch
language: en
+ options:
+ - enable_javascript=1
- action: window-new
tag: win1
- action: timer-start
diff --git a/monkey-test/start-stop-no-js.yaml
b/monkey-test/start-stop-no-js.yaml
index ef26a82..5f9125e 100644
--- a/monkey-test/start-stop-no-js.yaml
+++ b/monkey-test/start-stop-no-js.yaml
@@ -2,7 +2,7 @@ title: start and stop browser without JS
group: initial
steps:
- action: launch
- args:
+ options:
- enable_javascript=0
- action: quit
--
NetSurf test cases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org