From 6a804ace532c13b2095972cd48d422e2c9fa0b70 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Apr 2015 15:36:05 +0100 Subject: Add a very simple test for writing subtitles. --- test/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index c5ae5268..433dad22 100644 --- a/test/test.h +++ b/test/test.h @@ -18,3 +18,5 @@ */ extern boost::filesystem::path private_test; +extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list ignore); +extern void check_xml (std::string ref, std::string test, std::list ignore); -- cgit v1.2.3