diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-10 09:45:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-10 09:45:52 +0100 |
| commit | 80a970c3f0c2265f8df0643947ed38134a46a85f (patch) | |
| tree | 4f42773cb539ddccffe7b22ffdf94c7e9be17e9d /test/tests.cc | |
| parent | 0d2ffd3f00caa22b5ab55ef233aa132a08263688 (diff) | |
Fix tests.
Diffstat (limited to 'test/tests.cc')
| -rw-r--r-- | test/tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<string> ()); + check_xml ("test/ref/b.xml", "build/test/b.xml", list<string> ()); } |
