diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 17:43:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 17:43:49 +0100 |
| commit | b555355546af8f9091eaaba46479400b53b10a39 (patch) | |
| tree | 04b7232e6b8556512752adbd5ab5d50dfdd346ab /test/test.h | |
| parent | d39880eef211a296fa8ef4712cdef5945d08527c (diff) | |
Remove use of xmldiff in tests.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index fdc3c4d7..2a064f96 100644 --- a/test/test.h +++ b/test/test.h @@ -40,7 +40,7 @@ extern boost::filesystem::path private_test; extern boost::filesystem::path xsd_test; extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std::string> ignore_tags, bool ignore_whitespace = false); -extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore); +extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore, bool ignore_whitespace = false); extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); extern std::shared_ptr<dcp::MonoPictureAsset> simple_picture (boost::filesystem::path path, std::string suffix); extern std::shared_ptr<dcp::DCP> make_simple (boost::filesystem::path path, int reels = 1); |
