Skip to content

Commit 8a8264e

Browse files
committed
fix test
1 parent 0a5ff55 commit 8a8264e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/highgui/test/test_gui.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ TEST(Highgui_GUI, regression)
8080

8181
EXPECT_NO_THROW(destroyAllWindows());
8282
ASSERT_NO_THROW(namedWindow(window_name));
83+
#if defined HAVE_FRAMEBUFFER
84+
ASSERT_NO_THROW(resizeWindow(window_name, 800, 600));
85+
#endif
8386
const vector<int> channels = {1, 3, 4};
8487
const vector<int> depths = {CV_8U, CV_8S, CV_16U, CV_16S, CV_32F, CV_64F};
8588
for(int cn : channels)

0 commit comments

Comments
 (0)