From 4aefb9f2fc19df058ce13fe345454bd8a3c9cd74 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Wed, 26 Aug 2015 13:38:26 +0300 Subject: [PATCH] making the test deepper --- modules/core/test/test_umat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/test/test_umat.cpp b/modules/core/test/test_umat.cpp index 1d073e63a9..40ec2b8c69 100644 --- a/modules/core/test/test_umat.cpp +++ b/modules/core/test/test_umat.cpp @@ -1036,7 +1036,7 @@ TEST(UMat, map_unmap_counting) UMat um = m.getUMat(ACCESS_RW); { Mat d1 = um.getMat(ACCESS_RW); - //Mat d2 = um.getMat(ACCESS_RW); + Mat d2 = um.getMat(ACCESS_RW); d1.release(); } void* h = NULL;