summaryrefslogtreecommitdiff
path: root/test/binding.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/binding.c')
-rw-r--r--test/binding.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/binding.c b/test/binding.c
index ac76733..e7d824f 100644
--- a/test/binding.c
+++ b/test/binding.c
@@ -10,10 +10,14 @@ int main(int argc, char **argv)
struct dom_string *elementName;
dom_exception err;
TestObject *staff;
+ TestObject *html;
staff = test_object_create(argc, argv, "staff.xml", false);
assert(staff != NULL);
+ html = test_object_create(argc, argv, "sample.html", false);
+ assert(html != NULL);
+
doc = test_object_get_doc(staff);
assert(doc != NULL);