Modify some tests to never use DTX disable mode
DTX disable mode will be removed as a part of the ACM redesign work. COAUTHOR:kwiberg@webrtc.org R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/34769004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8125 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -141,8 +141,8 @@ void TestVADDTX::runTestCases() {
|
||||
Run();
|
||||
VerifyTest();
|
||||
|
||||
// #5 DTX = ON, VAD = OFF, VADNormal
|
||||
SetVAD(true, false, VADNormal);
|
||||
// #5 DTX = ON, VAD = ON, VADNormal
|
||||
SetVAD(true, true, VADNormal);
|
||||
Run();
|
||||
VerifyTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user