Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/bc15ad5784a0e653cdc07...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/bc15ad5784a0e653cdc07ec...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/bc15ad5784a0e653cdc07ec9c...
The branch, master has been updated
via bc15ad5784a0e653cdc07ec9c1dbd2ea2e45f12e (commit)
from 9783296c4ffd83dfdb18e1e293ad635f214d2fd0 (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=bc15ad5784a0e653cdc...
commit bc15ad5784a0e653cdc07ec9c1dbd2ea2e45f12e
Author: Michael Drake <michael.drake(a)codethink.co.uk>
Commit: Michael Drake <michael.drake(a)codethink.co.uk>
tests: Update corestring allocation count.
diff --git a/test/corestrings.c b/test/corestrings.c
index aaa23e4..43eb513 100644
--- a/test/corestrings.c
+++ b/test/corestrings.c
@@ -40,7 +40,7 @@
*
* This is used to test all the out of memory paths in initialisation.
*/
-#define CORESTRING_TEST_COUNT 483
+#define CORESTRING_TEST_COUNT 487
START_TEST(corestrings_test)
{
-----------------------------------------------------------------------
Summary of changes:
test/corestrings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/corestrings.c b/test/corestrings.c
index aaa23e4..43eb513 100644
--- a/test/corestrings.c
+++ b/test/corestrings.c
@@ -40,7 +40,7 @@
*
* This is used to test all the out of memory paths in initialisation.
*/
-#define CORESTRING_TEST_COUNT 483
+#define CORESTRING_TEST_COUNT 487
START_TEST(corestrings_test)
{
--
NetSurf Browser