summaryrefslogtreecommitdiff
path: root/test/urldbtest.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-07-08 00:40:42 +0100
committerVincent Sanders <vince@kyllikki.org>2015-07-08 00:40:42 +0100
commit8756793079c653e788f5932fc1d70cb35681cfc4 (patch)
treef3fdd59fae13d1c4910e64a49916a989b801e3f3 /test/urldbtest.c
parentbd802e763e5c035817a62114b957ed6778ad491f (diff)
downloadnetsurf-8756793079c653e788f5932fc1d70cb35681cfc4.tar.gz
netsurf-8756793079c653e788f5932fc1d70cb35681cfc4.tar.bz2
convert nsurl tests to use check unit test framework
Diffstat (limited to 'test/urldbtest.c')
-rw-r--r--test/urldbtest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/urldbtest.c b/test/urldbtest.c
index f72d77f07..aa3a2df5b 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -156,14 +156,12 @@ int main(void)
struct host_part *h;
struct path_data *p;
const struct url_data *u;
- int i;
lwc_string *scheme;
lwc_string *fragment;
nsurl *url;
nsurl *urlr;
char *path_query;
- verbose_log = true;
corestrings_init();