diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-30 15:36:05 +0100 |
| commit | 6a804ace532c13b2095972cd48d422e2c9fa0b70 (patch) | |
| tree | 8757bc276e783c97150f1ec3f1f56e75e5bcba53 /test/test.h | |
| parent | ea4b476dd21e99bbc292f7fc6db4e4ba578489c0 (diff) | |
Add a very simple test for writing subtitles.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<std::string> ignore); +extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore); |
