reenabled conjugate gradient solver test

This commit is contained in:
Vadim Pisarevsky 2015-05-03 11:36:24 +03:00
parent 5a31f6b4e1
commit 5b9182ba43

View File

@ -79,7 +79,7 @@ class RosenbrockF_CG:public cv::MinProblemSolver::Function{
}
};
TEST(DISABLED_Core_ConjGradSolver, regression_basic){
TEST(Core_ConjGradSolver, regression_basic){
cv::Ptr<cv::ConjGradSolver> solver=cv::ConjGradSolver::create();
#if 1
{