Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/fd3f5f2d3fa3140ce066e116799de89907010a5e
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/fd3f5f2d3fa3140ce066e116799de89907010a5e
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/fd3f5f2d3fa3140ce066e116799de89907010a5e

The branch, master has been updated
       via  fd3f5f2d3fa3140ce066e116799de89907010a5e (commit)
      from  fc5afc250049b3230f6f88f03ba2db4d29d5f96d (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=fd3f5f2d3fa3140ce066e116799de89907010a5e
commit fd3f5f2d3fa3140ce066e116799de89907010a5e
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    monkey-tests: Add HTTPS test.

diff --git a/monkey-test/load-trivial-document-https.yaml 
b/monkey-test/load-trivial-document-https.yaml
new file mode 100644
index 0000000..eaa4a04
--- /dev/null
+++ b/monkey-test/load-trivial-document-https.yaml
@@ -0,0 +1,29 @@
+title: load trivial document
+group: basic
+steps:
+- action: launch
+  language: en
+- action: window-new
+  tag: win1
+- action: navigate
+  window: win1
+  url: https://test.netsurf-browser.org/html/trivial-document.html
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: plot-check
+  window: win1
+  checks:
+  - text-contains: Trivial document
+  - text-contains: Hello!
+- action: navigate
+  window: win1
+  url: resource:netsurf.png
+- action: block
+  conditions:
+  - window: win1
+    status: complete
+- action: window-close
+  window: win1
+- action: quit
\ No newline at end of file


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

Summary of changes:
 .../{load-trivial-document.yaml => load-trivial-document-https.yaml} |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 copy monkey-test/{load-trivial-document.yaml => 
load-trivial-document-https.yaml} (85%)

diff --git a/monkey-test/load-trivial-document.yaml 
b/monkey-test/load-trivial-document-https.yaml
similarity index 85%
copy from monkey-test/load-trivial-document.yaml
copy to monkey-test/load-trivial-document-https.yaml
index 42ef322..eaa4a04 100644
--- a/monkey-test/load-trivial-document.yaml
+++ b/monkey-test/load-trivial-document-https.yaml
@@ -7,7 +7,7 @@ steps:
   tag: win1
 - action: navigate
   window: win1
-  url: http://test.netsurf-browser.org/html/trivial-document.html
+  url: https://test.netsurf-browser.org/html/trivial-document.html
 - action: block
   conditions:
   - window: win1


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to