summaryrefslogtreecommitdiff
path: root/test/testutils
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-08-12 08:20:45 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-08-12 08:20:45 +0000
commitf58ef048b910be2927d2e7e19182c945c7753b67 (patch)
tree3a5ea582213874fc66850ae04c9ea342aad93e39 /test/testutils
parent9156f9fb29c034f97333fa901aee39ab238f7b66 (diff)
downloadlibdom-f58ef048b910be2927d2e7e19182c945c7753b67.tar.gz
libdom-f58ef048b910be2927d2e7e19182c945c7753b67.tar.bz2
Make the failed 5 testcases passed in DOMTS Core level2.
svn path=/trunk/dom/; revision=9211
Diffstat (limited to 'test/testutils')
-rw-r--r--test/testutils/load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/load.c b/test/testutils/load.c
index 74cc009..66e4e4c 100644
--- a/test/testutils/load.c
+++ b/test/testutils/load.c
@@ -108,7 +108,7 @@ dom_document *load_html(char *file, bool willBeModified)
parser = dom_hubbub_parser_create("data/Aliases", NULL, true,
myrealloc, NULL, mymsg, NULL, ctx);
if (parser == NULL) {
- fprintf(stderr, "Can't create XMLParser\n");
+ fprintf(stderr, "Can't create Hubbub Parser\n");
return NULL;
}