Rename SendAndReceiveH264SvcQqvga to VP8 instead.

This looks like it's been incorrect for a while, this test configures
VP8 in QQVGA.

BUG=
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/33819004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@8018 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org 2015-01-07 19:21:18 +00:00
parent 8af11042cb
commit 59062d5aef

View File

@ -2376,7 +2376,7 @@ TEST_F(WebRtcVideoMediaChannelTest, SendAndReceiveVp8Vga) {
TEST_F(WebRtcVideoMediaChannelTest, SendAndReceiveVp8Qvga) {
SendAndReceive(cricket::VideoCodec(100, "VP8", 320, 200, 30, 0));
}
TEST_F(WebRtcVideoMediaChannelTest, SendAndReceiveH264SvcQqvga) {
TEST_F(WebRtcVideoMediaChannelTest, SendAndReceiveVp8Qqvga) {
SendAndReceive(cricket::VideoCodec(100, "VP8", 160, 100, 30, 0));
}
TEST_F(WebRtcVideoMediaChannelTest, SendManyResizeOnce) {