Commit 65543c53 authored by marina.kolpakova's avatar marina.kolpakova

update test according to resize usage

parent 4a1c4a98
...@@ -94,5 +94,5 @@ TEST(SCascade, detect) ...@@ -94,5 +94,5 @@ TEST(SCascade, detect)
total++; total++;
} }
std::cout << "detected: " << (int)objects.size() << std::endl; std::cout << "detected: " << (int)objects.size() << std::endl;
ASSERT_EQ((int)objects.size(), 3668); ASSERT_EQ((int)objects.size(), 3498);
} }
\ No newline at end of file
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