Merge m-c to inbound.

This commit is contained in:
Ryan VanderMeulen 2013-03-27 17:18:15 -04:00
commit a066ae593e

View File

@ -723,7 +723,7 @@ add_test(function test_polling_implicit_acceptance() {
listener.lastNotifyRequest.onUserNotifyComplete();
}
if (delta <= 750) {
if (delta <= (750 + 250)) {
do_check_false(policy.dataSubmissionPolicyAccepted);
do_check_eq(listener.requestDataUploadCount, 0);
} else if (count > 3) {