From ddac4706d814fe257ceb61375d51e8395abf0708 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 24 Mar 2021 02:51:58 -0400 Subject: [PATCH] [visual-tests] update media reference --- src/tests/visual.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/tests/visual.cpp b/src/tests/visual.cpp index 3bd024be4..e2e5dd97e 100644 --- a/src/tests/visual.cpp +++ b/src/tests/visual.cpp @@ -81,7 +81,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); for(;;){ // run at the highest speed we can int ret = ncvisual_decode(ncv); @@ -104,7 +104,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); for(;;){ // run at the highest speed we can int ret = ncvisual_decode(ncv); @@ -128,7 +128,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); for(;;){ // run at the highest speed we can int ret = ncvisual_decode(ncv); @@ -151,7 +151,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); for(;;){ // run at the highest speed we can int ret = ncvisual_decode(ncv); @@ -174,7 +174,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); for(;;){ // run at the highest speed we can int ret = ncvisual_decode(ncv); @@ -197,7 +197,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); int ret; while((ret = ncvisual_decode(ncv)) == 0){ @@ -224,7 +224,7 @@ TEST_CASE("Visual") { if(notcurses_canopen_videos(nc_)){ int dimy, dimx; ncplane_dim_yx(ncp_, &dimy, &dimx); - auto ncv = ncvisual_from_file(find_data("notcursesII.mkv")); + auto ncv = ncvisual_from_file(find_data("notcursesIII.mkv")); REQUIRE(ncv); CHECK(0 == ncvisual_decode(ncv)); /*CHECK(dimy * 2 == frame->height);