From: Carl Hetherington Date: Fri, 10 Oct 2014 08:45:52 +0000 (+0100) Subject: Fix tests. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=80a970c3f0c2265f8df0643947ed38134a46a85f;p=libcxml.git Fix tests. --- diff --git a/test/ref/b.xml b/test/ref/b.xml new file mode 100644 index 0000000..d191755 --- /dev/null +++ b/test/ref/b.xml @@ -0,0 +1,16 @@ + + + 42 + fred + 42.9 + 1 + 1 + 2 + + testing + more testing + + + jim + + diff --git a/test/tests.cc b/test/tests.cc index 3395ff8..bd6e4c9 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -158,5 +158,5 @@ BOOST_AUTO_TEST_CASE (write_test) document.write_to_file_formatted ("build/test/b.xml"); - check_xml ("test/ref/a.xml", "build/test/b.xml", list ()); + check_xml ("test/ref/b.xml", "build/test/b.xml", list ()); }