cleared the test blacklist in opencv_test_core. all the problematic tests now pass

This commit is contained in:
Vadim Pisarevsky 2010-10-21 12:35:33 +00:00
parent c8fd40b011
commit c209013da8

View File

@ -45,10 +45,10 @@ CvTS test_system("core");
const char* blacklist[] =
{
"matrix-dotproduct", //ticket 447
"ds-graphscan", //ticket 504
"matrix-invert", //ticket 536
"pca", //ticket 566
//"matrix-dotproduct", //ticket 447
//"ds-graphscan", //ticket 504
//"matrix-invert", //ticket 536
//"pca", //ticket 566
0
};