X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ftest.h;h=c5ae5268fb90b30a0d0113684abdc45f25f1d462;hb=491ac453512ac1982f62fc0d2a310586427601d7;hp=31b4bf0ab6122b270567ac756509820a5767142d;hpb=0703842433013ac1d5f79c09d7a8361dc2e565c8;p=libdcp.git diff --git a/test/test.h b/test/test.h index 31b4bf0a..c5ae5268 100644 --- a/test/test.h +++ b/test/test.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,23 +17,4 @@ */ -extern std::string test_corpus; - -class TestFile -{ -public: - TestFile (boost::filesystem::path file); - ~TestFile (); - - uint8_t* data () const { - return _data; - } - - int64_t size () const { - return _size; - } - -private: - uint8_t* _data; - int64_t _size; -}; +extern boost::filesystem::path private_test;