Merge pull request #11641 from alalek:videoio_test_fixup

This commit is contained in:
Alexander Alekhin 2018-06-01 16:39:11 +00:00
commit b229107f8e

View File

@ -357,7 +357,7 @@ public:
for (unsigned int i = 0; i < frameCount && next; ++i)
{
SCOPED_TRACE(cv::format("frame=%d", (int)frameCount));
SCOPED_TRACE(cv::format("frame=%d/%d", (int)i, (int)frameCount));
Mat actual;
(*capture) >> actual;