ref: 73372cc09a33e26f1f535d9fd6fe02fc8a60fd56
parent: 255bcf869707fc0b4ccc2cbdf6ef2fc05dd09ecb
parent: cb7b2a4f4badf167a1bba8319efd6d899620208a
author: Marco Paniconi <[email protected]>
date: Tue Nov 3 14:54:52 EST 2015
Merge "Adjust threshold for datarate frame drop test."
--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -538,7 +538,7 @@
<< " The first dropped frame for drop_thresh " << i
<< " > first dropped frame for drop_thresh "
<< i - kDropFrameThreshTestStep;
- ASSERT_GE(num_drops_, last_num_drops * 0.90)
+ ASSERT_GE(num_drops_, last_num_drops * 0.85)
<< " The number of dropped frames for drop_thresh " << i
<< " < number of dropped frames for drop_thresh "
<< i - kDropFrameThreshTestStep;