1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fixed #517; uncommented ertrees test and moved it to black llist

This commit is contained in:
Maria Dimashova
2010-11-29 09:34:06 +00:00
parent 894cde3f40
commit dd14dc5de3
4 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -118,6 +118,6 @@ int CV_AMLTest::validate_test_results( int testCaseIdx )
CV_AMLTest amldtree( CV_DTREE, "adtree" );
CV_AMLTest amlboost( CV_BOOST, "aboost" );
CV_AMLTest amlrtrees( CV_RTREES, "artrees" );
//CV_AMLTest amlertrees( CV_ERTREES, "aertrees" );
CV_AMLTest amlertrees( CV_ERTREES, "aertrees" );
/* End of file. */
+1
View File
@@ -48,6 +48,7 @@ const char* blacklist[] =
"adtree", //ticket 662
"artrees", //ticket 460
"aboost", //ticket 474
"aertrees",
0
};