Enable EngineTest.ReceivesPliAndRecoversWithNack and fix memcheck suppression filter.

BUG=2346
R=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2169004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4677 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2013-09-04 14:21:57 +00:00
parent be23b32727
commit e2d4da6586
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# https://code.google.com/p/webrtc/issues/detail?id=2346
EngineTest.ReceivesPliAndRecoversWithNack
*EngineTest.ReceivesPliAndRecoversWithNack*

View File

@ -544,7 +544,7 @@ void EngineTest::ReceivesPliAndRecovers(int rtp_history_ms) {
observer.StopSending();
}
TEST_P(EngineTest, DISABLED_ReceivesPliAndRecoversWithNack) {
TEST_P(EngineTest, ReceivesPliAndRecoversWithNack) {
ReceivesPliAndRecovers(1000);
}