ref: 8dd5d483d4fa16872a1ec2d5440c5d0ad753d1a6
parent: eff4b3ae4df46e844c0c21c7b0c0704c9d9b1222
author: ruil2 <[email protected]>
date: Tue Jul 29 07:05:48 EDT 2014
remove test case because this issue had been fixed
--- a/test/encoder/EncUT_EncoderExt.cpp
+++ b/test/encoder/EncUT_EncoderExt.cpp
@@ -404,12 +404,6 @@
iResult = pPtrEnc->Initialize (&sEncParamBase);
EXPECT_EQ (iResult, static_cast<int> (cmInitParaError));
- //iUsageType
- GetValidEncParamBase (&sEncParamBase);
- sEncParamBase.iRCMode = static_cast<RC_MODES> (3);
- iResult = pPtrEnc->Initialize (&sEncParamBase);
- EXPECT_EQ (iResult, static_cast<int> (cmInitParaError));
-
uiTraceLevel = WELS_LOG_ERROR;
pPtrEnc->SetOption (ENCODER_OPTION_TRACE_LEVEL, &uiTraceLevel);
}