enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)

This commit is contained in:
Vladimir Dudnik 2015-08-11 14:19:14 +03:00
parent ef0d1c1c3f
commit 131d7c394e

View File

@ -173,7 +173,7 @@ TEST_P(UMatBasicTests, base)
ASSERT_EQ(ub.total(), total); ASSERT_EQ(ub.total(), total);
} }
TEST_P(UMatBasicTests, DISABLED_copyTo) TEST_P(UMatBasicTests, copyTo)
{ {
int i; int i;
if(useRoi) if(useRoi)