diff options
| -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) |
