mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Merge pull request #13349 from mshabunin:fix-highgui-test
This commit is contained in:
commit
cf0be1a0af
@ -47,7 +47,7 @@ namespace opencv_test { namespace {
|
||||
inline void verify_size(const std::string &nm, const cv::Mat &img)
|
||||
{
|
||||
EXPECT_NO_THROW(imshow(nm, img));
|
||||
EXPECT_EQ(-1, waitKey(100));
|
||||
EXPECT_EQ(-1, waitKey(500));
|
||||
Rect rc;
|
||||
EXPECT_NO_THROW(rc = getWindowImageRect(nm));
|
||||
EXPECT_EQ(rc.size(), img.size());
|
||||
|
Loading…
Reference in New Issue
Block a user