Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: remoting/host/client_session_unittest.cc

Issue 936553003: Fix VideoFramePump to send keep-alive packets only after the first real frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/video_frame_pump.cc » ('j') | remoting/host/video_frame_pump.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session_unittest.cc
diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc
index 670d5b326665d6f18411fcb548b4039bdcd7778c..6aee5bb11f11c45a6fb6ee19a85be97257635be1 100644
--- a/remoting/host/client_session_unittest.cc
+++ b/remoting/host/client_session_unittest.cc
@@ -384,7 +384,7 @@ TEST_F(ClientSessionTest, ClipboardStubFilter) {
ConnectClientSession();
- // With for the first frame.
+ // Wait for the first frame.
run_loop.Run();
// Inject test events that are expected to be injected.
@@ -445,8 +445,7 @@ TEST_F(ClientSessionTest, ClipboardStubFilter) {
client_session_.reset();
}
-// crbug.com/458691
-TEST_F(ClientSessionTest, DISABLED_LocalInputTest) {
+TEST_F(ClientSessionTest, LocalInputTest) {
CreateClientSession();
protocol::MouseEvent mouse_event1;
@@ -502,8 +501,7 @@ TEST_F(ClientSessionTest, DISABLED_LocalInputTest) {
ConnectClientSession();
}
-// crbug.com/458691
-TEST_F(ClientSessionTest, DISABLED_RestoreEventState) {
+TEST_F(ClientSessionTest, RestoreEventState) {
CreateClientSession();
protocol::KeyEvent key1;
@@ -559,8 +557,7 @@ TEST_F(ClientSessionTest, DISABLED_RestoreEventState) {
ConnectClientSession();
}
-// crbug.com/458691
-TEST_F(ClientSessionTest, DISABLED_ClampMouseEvents) {
+TEST_F(ClientSessionTest, ClampMouseEvents) {
CreateClientSession();
Expectation authenticated =
« no previous file with comments | « no previous file | remoting/host/video_frame_pump.cc » ('j') | remoting/host/video_frame_pump.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698