From 464c0878d915aed3ea9abc799ad08bf53791a0fd Mon Sep 17 00:00:00 2001 From: philipel Date: Fri, 13 Nov 2015 02:08:04 -0800 Subject: [PATCH] Rename screenshare test. Renamed the test to reflect what is actually tested. What the old test did I don't know since there has never been possible to use screenshare with two temporal layers in VP9. BUG=chromium:554515 Review URL: https://codereview.webrtc.org/1441693002 Cr-Commit-Position: refs/heads/master@{#10631} --- webrtc/video/full_stack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/video/full_stack.cc b/webrtc/video/full_stack.cc index 66ec49c870..8fdccfdef8 100644 --- a/webrtc/video/full_stack.cc +++ b/webrtc/video/full_stack.cc @@ -150,7 +150,7 @@ TEST_F(FullStackTest, ScreenshareSlidesVP9_2SL) { {1850, 1110, 5, 50000, 200000, 2000000, "VP9", 1, 0, 400000}, {}, {true, 10}, - {"screenshare_slides_vp9_2tl", 0.0, 0.0, kFullStackTestDurationSecs}, + {"screenshare_slides_vp9_2sl", 0.0, 0.0, kFullStackTestDurationSecs}, {}, false, {std::vector(), 0, 2, 1}};