diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-15 22:39:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-15 22:39:11 +0000 |
| commit | 70c1332e9476d887dd875c386961c8a33d2496fd (patch) | |
| tree | 59a051ee99604b623ca0ae4fedea8b61f4677dbb /test | |
| parent | acc9e7c26a5e5659e49f238cda24ff400e587350 (diff) | |
Remove thumbnailing stuff.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test.cc b/test/test.cc index e2f9f41ee..2bbf4f08a 100644 --- a/test/test.cc +++ b/test/test.cc @@ -307,10 +307,6 @@ BOOST_AUTO_TEST_CASE (paths_test) { shared_ptr<Film> f = new_test_film ("paths_test"); f->set_directory ("build/test/a/b/c/d/e"); - vector<SourceFrame> thumbs; - thumbs.push_back (42); - f->set_thumbs (thumbs); - BOOST_CHECK_EQUAL (f->thumb_file (0), "build/test/a/b/c/d/e/thumbs/00000042.png"); f->_content = "/foo/bar/baz"; BOOST_CHECK_EQUAL (f->content_path(), "/foo/bar/baz"); |
