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

Unified Diff: remoting/host/security_key/remote_security_key_ipc_client_unittest.cc

Issue 2003753002: Fix remoting_unittests that are failing on 32-bit linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed g_type_init changes Created 4 years, 7 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/security_key/remote_security_key_ipc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
diff --git a/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc b/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
index b37d4f411f3348fd00762d3aa4a07c3e5e4409a9..ed48b4081ae34dffde2a1eb287af07d94424f63e 100644
--- a/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
+++ b/remoting/host/security_key/remote_security_key_ipc_client_unittest.cc
@@ -14,6 +14,7 @@
#include "ipc/ipc_channel.h"
#include "remoting/host/security_key/fake_ipc_gnubby_auth_handler.h"
#include "remoting/host/security_key/fake_remote_security_key_ipc_server.h"
+#include "remoting/host/security_key/remote_security_key_ipc_constants.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
@@ -147,7 +148,8 @@ void RemoteSecurityKeyIpcClientTest::ClientMessageReceived(
}
std::string RemoteSecurityKeyIpcClientTest::GenerateUniqueTestChannelName() {
- return kValidIpcChannelName + IPC::Channel::GenerateUniqueRandomChannelID();
+ return GetChannelNamePathPrefixForTest() + kValidIpcChannelName +
+ IPC::Channel::GenerateUniqueRandomChannelID();
}
void RemoteSecurityKeyIpcClientTest::EstablishConnection(bool expect_success) {
« no previous file with comments | « no previous file | remoting/host/security_key/remote_security_key_ipc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698