From 2956f50fba15dfaed4428d2c5ca1d4012ab969d2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Sep 2007 23:00:22 +0000 Subject: Stop TestObject appending .xml to the filename -- the auto-generated testcases already have it appended. Fixup binding testcase appropriately. svn path=/trunk/dom/; revision=3552 --- test/binding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/binding.c') diff --git a/test/binding.c b/test/binding.c index 8c621ab..a06763c 100644 --- a/test/binding.c +++ b/test/binding.c @@ -9,7 +9,7 @@ int main(int argc, char **argv) dom_exception err; TestObject *staff; - staff = test_object_create(argc, argv, "staff", false); + staff = test_object_create(argc, argv, "staff.xml", false); assert(staff != NULL); doc = test_object_get_doc(staff); -- cgit v1.2.3