Commit 486cfd10 authored by Alexander Alekhin's avatar Alexander Alekhin

ts: detailed message

parent 92be1123
...@@ -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