summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/testobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/testobject.c b/test/lib/testobject.c
index a0ab835..4c27e0b 100644
--- a/test/lib/testobject.c
+++ b/test/lib/testobject.c
@@ -114,7 +114,7 @@ TestObject *test_object_create(int argc, char **argv,
snprintf(abuf, sizeof abuf, "%s/Aliases", argv[1]);
ret->parser.html = dom_hubbub_parser_create(abuf,
- NULL, "UTF-8", myrealloc, NULL, mymsg, NULL);
+ NULL, true, myrealloc, NULL, mymsg, NULL);
if (ret->parser.html == NULL) {
free(ret);
return NULL;