Refactor Call-based tests.
Greatly reduces duplication of constants and setup code for tests based on the new webrtc::Call APIs. It also makes it significantly easier to convert sender-only to end-to-end tests as they share more code. BUG=3035 R=kjellander@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17789004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6551 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Never completes on Dr Memory Full.
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=3159
|
||||
CallTest.SendsAndReceivesMultipleStreams
|
||||
CallTest.ReceivesAndRetransmitsNack
|
||||
EndToEndTest.SendsAndReceivesMultipleStreams
|
||||
EndToEndTest.ReceivesAndRetransmitsNack
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=3471
|
||||
VideoSendStreamTest.RetransmitsNackOverRtxWithPacing
|
||||
|
@ -1,2 +0,0 @@
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=2908
|
||||
CallTest.ReceivesAndRetransmitsNack
|
Reference in New Issue
Block a user