Gitweb links:

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

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

    tests: Fix expected bitmap count.

diff --git a/monkey-test/load-trivial-document-with-png.yaml 
b/monkey-test/load-trivial-document-with-png.yaml
index 01f24a7..2dd375d 100644
--- a/monkey-test/load-trivial-document-with-png.yaml
+++ b/monkey-test/load-trivial-document-with-png.yaml
@@ -16,7 +16,7 @@ steps:
   window: win1
   checks:
   - text-contains: Trivial document with PNG
-  - bitmap-count: 0
+  - bitmap-count: 1
 - action: navigate
   window: win1
   url: resource:netsurf.png


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

Summary of changes:
 monkey-test/load-trivial-document-with-png.yaml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monkey-test/load-trivial-document-with-png.yaml 
b/monkey-test/load-trivial-document-with-png.yaml
index 01f24a7..2dd375d 100644
--- a/monkey-test/load-trivial-document-with-png.yaml
+++ b/monkey-test/load-trivial-document-with-png.yaml
@@ -16,7 +16,7 @@ steps:
   window: win1
   checks:
   - text-contains: Trivial document with PNG
-  - bitmap-count: 0
+  - bitmap-count: 1
 - action: navigate
   window: win1
   url: resource:netsurf.png


-- 
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