Add failing test for one short-reel possibility.
[dcpomatic.git] / test / test.h
index 3a11effa101b1628efc1022012d9ff944b1bb265..c94bad595de4f9b3581bcb1869bbe772b369daab 100644 (file)
@@ -26,6 +26,12 @@ class Image;
 
 extern boost::filesystem::path private_data;
 
 
 extern boost::filesystem::path private_data;
 
+class TestPaths
+{
+public:
+       static boost::filesystem::path xsd;
+};
+
 extern bool wait_for_jobs ();
 extern void setup_test_config ();
 extern boost::shared_ptr<Film> new_test_film (std::string);
 extern bool wait_for_jobs ();
 extern void setup_test_config ();
 extern boost::shared_ptr<Film> new_test_film (std::string);