summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-20 10:30:36 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-20 10:30:36 +0100
commit2cdecbe2b56233b009f6edfa13033c6ec9d198bf (patch)
treeb6797e9314b7d6575898cc8cfad2116e46ce3a31 /test/test.cc
parent0444ddab72c195d91e422ac659594e6d81fbf938 (diff)
Fix small .srt parsing bug; add a test.
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc
index 32f74a7d2..c233a661d 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -47,7 +47,7 @@ using std::cerr;
using std::list;
using boost::shared_ptr;
-boost::filesystem::path private_data = boost::filesystem::path ("test") / boost::filesystem::path ("private");
+boost::filesystem::path private_data = boost::filesystem::path ("..") / boost::filesystem::path ("dcpomatic-test-private");
class TestUISignaller : public UISignaller
{