Commit 378e05c1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #10178 from alalek:ts_message

parents c4b158ff 486cfd10
...@@ -623,7 +623,7 @@ Regression& Regression::operator() (const std::string& name, cv::InputArray arra ...@@ -623,7 +623,7 @@ Regression& Regression::operator() (const std::string& name, cv::InputArray arra
} }
else if(param_verify_sanity) else if(param_verify_sanity)
{ {
ADD_FAILURE() << " No regression data for " << name << " argument"; ADD_FAILURE() << " No regression data for " << name << " argument, test node: " << nodename;
} }
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment