summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:48:32 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 16:48:32 +0000
commit4aef3c775e93d5add0277941fe0ecccc91d4ccb3 (patch)
treefa52e2dad3bdb51f28e48ecfd15e4d1dc8ba6bb7 /test
parent5eb5ec3682ba75cec9616039c60987eeee26e5ee (diff)
downloadlibhubbub-4aef3c775e93d5add0277941fe0ecccc91d4ccb3.tar.gz
libhubbub-4aef3c775e93d5add0277941fe0ecccc91d4ccb3.tar.bz2
Make the encoding change callback send the textual name rather than the mibenum value.
svn path=/trunk/hubbub/; revision=4992
Diffstat (limited to 'test')
-rw-r--r--test/tree.c1
-rw-r--r--test/tree2.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/tree.c b/test/tree.c
index ff8f49a..944d887 100644
--- a/test/tree.c
+++ b/test/tree.c
@@ -66,6 +66,7 @@ static hubbub_tree_handler tree_handler = {
form_associate,
add_attributes,
set_quirks_mode,
+ NULL,
NULL
};
diff --git a/test/tree2.c b/test/tree2.c
index c50b519..3e1e79e 100644
--- a/test/tree2.c
+++ b/test/tree2.c
@@ -114,6 +114,7 @@ static hubbub_tree_handler tree_handler = {
form_associate,
add_attributes,
set_quirks_mode,
+ NULL,
NULL
};