diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-30 00:19:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-30 00:19:14 +0100 |
| commit | 4c58340a01c967d64f3d037130a31d791eff042e (patch) | |
| tree | bb1530cd28dff15f5c662ee3f3606821565f0163 | |
| parent | 0c56d4be9f49592eabec832381608ba75b453df4 (diff) | |
Fix test build.
| -rw-r--r-- | test/image_proxy_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image_proxy_test.cc b/test/image_proxy_test.cc index 73ab8cb4c..a80a97f07 100644 --- a/test/image_proxy_test.cc +++ b/test/image_proxy_test.cc @@ -30,7 +30,7 @@ using boost::shared_ptr; static const boost::filesystem::path data_file0 = TestPaths::private_data() / "player_seek_test_0.png"; -static const boost::filesystem::path data_file1 = TestPaths::private_data9) / "player_seek_test_1.png"; +static const boost::filesystem::path data_file1 = TestPaths::private_data() / "player_seek_test_1.png"; BOOST_AUTO_TEST_CASE (j2k_image_proxy_same_test) |
