summaryrefslogtreecommitdiff
path: root/test/testmain.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 14:45:09 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 14:45:09 +0000
commit02fdaeaf41359941559dd63e24805e78a9ee27e5 (patch)
tree609a59135c5a3f605f5f57ae6786fff719e9510d /test/testmain.c
parent470b8a37ecade509f16dad398d4d33000b05ddfb (diff)
downloadlibwapcaplet-02fdaeaf41359941559dd63e24805e78a9ee27e5.tar.gz
Simplify libwapcaplet and remove context objects.
Remove the lwc_context type from the API and ensure that all strings belong to the one internment context. This removes a lot of API and simplifies a lot of function calls, however it does mean that clients of the library *MUST* be better at reffing and unreffing strings or it'll explode. svn path=/trunk/libwapcaplet/; revision=10159
Diffstat (limited to 'test/testmain.c')
-rw-r--r--test/testmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmain.c b/test/testmain.c
index 7c5aee9..95fd6d2 100644
--- a/test/testmain.c
+++ b/test/testmain.c
@@ -31,7 +31,7 @@ main(int argc, char **argv)
sr = srunner_create(suite_create("Test suite for libwapcaplet"));
lwc_basic_suite(sr);
- lwc_memory_suite(sr);
+// lwc_memory_suite(sr);
srunner_set_fork_status(sr, CK_FORK);
srunner_run_all(sr, CK_ENV);