Remove a disabled test.
ConstrainsSetCodecsAccordingToEncoderConfig has been removed from webrtcvideoengine_unittest.cc, removing this one as well. BUG=1788 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21949004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6789 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
4fe98a9124
commit
8aed945842
@ -1178,7 +1178,7 @@ TEST_F(WebRtcVideoChannel2Test, DISABLED_MultipleSendStreamsWithOneCapturer) {
|
||||
FAIL() << "Not implemented."; // TODO(pbos): Implement.
|
||||
}
|
||||
|
||||
TEST_F(WebRtcVideoChannel2Test, DISABLED_DISABLED_SendReceiveBitratesStats) {
|
||||
TEST_F(WebRtcVideoChannel2Test, DISABLED_SendReceiveBitratesStats) {
|
||||
FAIL() << "Not implemented."; // TODO(pbos): Implement.
|
||||
}
|
||||
|
||||
@ -1305,11 +1305,6 @@ TEST_F(WebRtcVideoChannel2Test, SetSendCodecsChangesExistingStreams) {
|
||||
EXPECT_EQ(kVp8Codec360p.height, streams[0].height);
|
||||
}
|
||||
|
||||
TEST_F(WebRtcVideoChannel2Test,
|
||||
DISABLED_ConstrainsSetCodecsAccordingToEncoderConfig) {
|
||||
FAIL() << "Not implemented."; // TODO(pbos): Implement.
|
||||
}
|
||||
|
||||
TEST_F(WebRtcVideoChannel2Test, SetSendCodecsWithMinMaxBitrate) {
|
||||
SetSendCodecsShouldWorkForBitrates("10", "20");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user