From 868b8573951fa026fb92c4fdaba89d25183afb0b Mon Sep 17 00:00:00 2001 From: "holmer@google.com" Date: Wed, 22 Jun 2011 08:37:54 +0000 Subject: [PATCH] Remove a test case that only causes problems due to badly synchronized test. The test is as useful without this test case. Review URL: http://webrtc-codereview.appspot.com/47003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@115 4adac7df-926f-26a2-2b94-8c16560cd09d --- modules/video_coding/main/test/video_rtp_play_mt.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/video_coding/main/test/video_rtp_play_mt.cc b/modules/video_coding/main/test/video_rtp_play_mt.cc index 968a5e8636..7d30101fb2 100644 --- a/modules/video_coding/main/test/video_rtp_play_mt.cc +++ b/modules/video_coding/main/test/video_rtp_play_mt.cc @@ -54,7 +54,6 @@ bool DecodeThread(void* obj) { SharedState* state = static_cast(obj); WebRtc_Word32 ret = state->_vcm.Decode(10000); - TEST(ret == VCM_OK || ret == VCM_UNINITIALIZED || ret == VCM_NO_CODEC_REGISTERED); while (state->_vcm.DecodeDualFrame(0) == 1); return true; }