Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/1eb19587bf3d96712d8d3313ecb32e92e1fcbd30
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/1eb19587bf3d96712d8d3313ecb32e92e1fcbd30
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/1eb19587bf3d96712d8d3313ecb32e92e1fcbd30

The branch, master has been updated
       via  1eb19587bf3d96712d8d3313ecb32e92e1fcbd30 (commit)
      from  4837ffb0ad6099b9a301fc040ad0e99be681bec3 (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=1eb19587bf3d96712d8d3313ecb32e92e1fcbd30
commit 1eb19587bf3d96712d8d3313ecb32e92e1fcbd30
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Fix up tests with nslog changes

diff --git a/test/data/Choices-all b/test/data/Choices-all
index b9cab1f..9f2e183 100644
--- a/test/data/Choices-all
+++ b/test/data/Choices-all
@@ -95,6 +95,8 @@ sys_colour_ThreeDShadow:d5d5d5
 sys_colour_Window:f1f1f1
 sys_colour_WindowFrame:4e4e4e
 sys_colour_WindowText:000000
+log_filter:level:WARNING
+verbose_filter:level:VERBOSE
 render_resample:1
 downloads_clear:0
 request_overwrite:1
diff --git a/test/nsoption.c b/test/nsoption.c
index 5874c94..8f2388a 100644
--- a/test/nsoption.c
+++ b/test/nsoption.c
@@ -39,6 +39,9 @@ const char *test_choices_all_path = "test/data/Choices-all";
 const char *test_choices_full_path = "test/data/Choices-full";
 const char *test_choices_missing_path = "test/data/Choices-missing";
 
+/* Stubs */
+nserror nslog_set_filter_by_options() { return NSERROR_OK; }
+
 /**
  * generate test output filenames
  */
diff --git a/test/urldbtest.c b/test/urldbtest.c
index 3cba883..620ce4c 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -77,6 +77,9 @@ struct test_urls {
 #define NELEMS(x)  (sizeof(x) / sizeof((x)[0]))
 
 
+/* Stubs */
+nserror nslog_set_filter_by_options() { return NSERROR_OK; }
+
 /**
  * generate test output filenames
  */


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

Summary of changes:
 test/data/Choices-all |    2 ++
 test/nsoption.c       |    3 +++
 test/urldbtest.c      |    3 +++
 3 files changed, 8 insertions(+)

diff --git a/test/data/Choices-all b/test/data/Choices-all
index b9cab1f..9f2e183 100644
--- a/test/data/Choices-all
+++ b/test/data/Choices-all
@@ -95,6 +95,8 @@ sys_colour_ThreeDShadow:d5d5d5
 sys_colour_Window:f1f1f1
 sys_colour_WindowFrame:4e4e4e
 sys_colour_WindowText:000000
+log_filter:level:WARNING
+verbose_filter:level:VERBOSE
 render_resample:1
 downloads_clear:0
 request_overwrite:1
diff --git a/test/nsoption.c b/test/nsoption.c
index 5874c94..8f2388a 100644
--- a/test/nsoption.c
+++ b/test/nsoption.c
@@ -39,6 +39,9 @@ const char *test_choices_all_path = "test/data/Choices-all";
 const char *test_choices_full_path = "test/data/Choices-full";
 const char *test_choices_missing_path = "test/data/Choices-missing";
 
+/* Stubs */
+nserror nslog_set_filter_by_options() { return NSERROR_OK; }
+
 /**
  * generate test output filenames
  */
diff --git a/test/urldbtest.c b/test/urldbtest.c
index 3cba883..620ce4c 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -77,6 +77,9 @@ struct test_urls {
 #define NELEMS(x)  (sizeof(x) / sizeof((x)[0]))
 
 
+/* Stubs */
+nserror nslog_set_filter_by_options() { return NSERROR_OK; }
+
 /**
  * generate test output filenames
  */


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