making the test deepper

This commit is contained in:
Andrey Pavlenko 2015-08-26 13:38:26 +03:00
parent 3656a1aa66
commit 4aefb9f2fc

View File

@ -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;