From 5af76aedcd7d3b90e4c25a41cf163be15f47fcad Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Wed, 13 Aug 2014 13:02:00 +0000 Subject: [PATCH] Removing TODOs related to AcmReceiverBitExactness checksums Should have been part of r6883. BUG=3519 R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18099004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6884 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../main/acm2/audio_coding_module_unittest.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc index 8682224d13..7e2ede50d8 100644 --- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc +++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_unittest.cc @@ -561,8 +561,6 @@ class AcmReceiverBitExactness : public ::testing::Test { }; TEST_F(AcmReceiverBitExactness, 8kHzOutput) { - // TODO(henrik.lundin) Update the android checksum once the android bots are - // running this test again. Run(8000, PlatformChecksum("bd6f8d9602cd82444ea2539e674df747", "6ac89c7145072c26bfeba602cd661afb", @@ -570,8 +568,6 @@ TEST_F(AcmReceiverBitExactness, 8kHzOutput) { } TEST_F(AcmReceiverBitExactness, 16kHzOutput) { - // TODO(henrik.lundin) Update the android checksum once the android bots are - // running this test again. Run(16000, PlatformChecksum("a39bc6ee0c4eb15f3ad2f43cebcc571d", "3e888eb04f57db2c6ef952fe64f17fe6", @@ -579,8 +575,6 @@ TEST_F(AcmReceiverBitExactness, 16kHzOutput) { } TEST_F(AcmReceiverBitExactness, 32kHzOutput) { - // TODO(henrik.lundin) Update the android checksum once the android bots are - // running this test again. Run(32000, PlatformChecksum("80964572aaa2dc92f9e34896dd3802b3", "aeca37e963310f5b6552b7edea23c2f1", @@ -588,8 +582,6 @@ TEST_F(AcmReceiverBitExactness, 32kHzOutput) { } TEST_F(AcmReceiverBitExactness, 48kHzOutput) { - // TODO(henrik.lundin) Update the android checksum once the android bots are - // running this test again. Run(48000, PlatformChecksum("8aacde91f390e0d5a9c2ed571a25fd37", "76b9e99e0a3998aa28355e7a2bd836f7",