Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/883b202c58eed5158abc3e73c5e6bccda8bdbff3
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/883b202c58eed5158abc3e73c5e6bccda8bdbff3
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/883b202c58eed5158abc3e73c5e6bccda8bdbff3

The branch, master has been updated
       via  883b202c58eed5158abc3e73c5e6bccda8bdbff3 (commit)
      from  5bda316fb3b62cc5d6efe466e822293615b8586b (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.git/commit/?id=883b202c58eed5158abc3e73c5e6bccda8bdbff3
commit 883b202c58eed5158abc3e73c5e6bccda8bdbff3
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    monkey driver: Print the bitmap plot-check.

diff --git a/test/monkey_driver.py b/test/monkey_driver.py
index 17c0c6e..2bf3893 100755
--- a/test/monkey_driver.py
+++ b/test/monkey_driver.py
@@ -231,6 +231,7 @@ def run_test_step_action_plot_check(ctx, step):
             print("Check {} NOT in 
{}".format(repr(check['text-not-contains']),repr(all_text)))
             assert(check['text-not-contains'] not in all_text)
         elif 'bitmap-count' in check.keys():
+            print("Check bitmap count is 
{}".format(int(check['bitmap-count'])))
             assert(len(bitmaps) == int(check['bitmap-count']))
         else:
             raise AssertionError("Unknown check: {}".format(repr(check)))


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

Summary of changes:
 test/monkey_driver.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/monkey_driver.py b/test/monkey_driver.py
index 17c0c6e..2bf3893 100755
--- a/test/monkey_driver.py
+++ b/test/monkey_driver.py
@@ -231,6 +231,7 @@ def run_test_step_action_plot_check(ctx, step):
             print("Check {} NOT in 
{}".format(repr(check['text-not-contains']),repr(all_text)))
             assert(check['text-not-contains'] not in all_text)
         elif 'bitmap-count' in check.keys():
+            print("Check bitmap count is 
{}".format(int(check['bitmap-count'])))
             assert(len(bitmaps) == int(check['bitmap-count']))
         else:
             raise AssertionError("Unknown check: {}".format(repr(check)))


-- 
NetSurf Browser

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

Reply via email to