From 27947474ec52a0866b3425f0cc13dfeeadd515e1 Mon Sep 17 00:00:00 2001 From: ilya-lavrenov Date: Fri, 6 Sep 2013 13:25:56 +0400 Subject: [PATCH] fixed data path --- modules/ocl/test/test_bgfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ocl/test/test_bgfg.cpp b/modules/ocl/test/test_bgfg.cpp index aea361979b..bdf3841bef 100644 --- a/modules/ocl/test/test_bgfg.cpp +++ b/modules/ocl/test/test_bgfg.cpp @@ -81,7 +81,7 @@ PARAM_TEST_CASE(mog, UseGray, LearningRate, bool) TEST_P(mog, Update) { - std::string inputFile = string(cvtest::TS::ptr()->get_data_path()) + "gpu/768x576.avi"; + std::string inputFile = string(cvtest::TS::ptr()->get_data_path()) + "gpu/video/768x576.avi"; cv::VideoCapture cap(inputFile); ASSERT_TRUE(cap.isOpened()); -- 2.34.1