From 486a3baabd419ecb0531500e6c353d023cd782a2 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 10 Feb 2012 11:00:28 +0000 Subject: [PATCH] Enabling video_codecs_test_framework_integrationtests. Since Issue 262 is now fixed. BUG= TEST=None. Review URL: https://webrtc-codereview.appspot.com/388004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1662 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/continuous_build/master.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/continuous_build/master.cfg b/tools/continuous_build/master.cfg index d4920fa5e1..775f57354f 100755 --- a/tools/continuous_build/master.cfg +++ b/tools/continuous_build/master.cfg @@ -137,8 +137,7 @@ NORMAL_TESTS = { "test_support_unittests": (True, True, True), "udp_transport_unittests": (True, True, True), "vad_unittests": (True, True, True), - # Below: Issue 262 - "video_codecs_test_framework_integrationtests": (False, False, False), + "video_codecs_test_framework_integrationtests": (True, True, True), "video_codecs_test_framework_unittests": (True, True, True), "video_coding_unittests": (True, True, True), "video_engine_core_unittests": (True, True, True),