Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
fe1d25df
Commit
fe1d25df
authored
Jan 15, 2016
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in remote_actor unit test, relates #407
parent
8678f57b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libcaf_io/test/remote_actor.cpp
libcaf_io/test/remote_actor.cpp
+1
-1
No files found.
libcaf_io/test/remote_actor.cpp
View file @
fe1d25df
...
@@ -551,7 +551,7 @@ void test_remote_actor(int argc, char** argv) {
...
@@ -551,7 +551,7 @@ void test_remote_actor(int argc, char** argv) {
// check whether accessing local actors via system.middleman().remote_actors
// check whether accessing local actors via system.middleman().remote_actors
// works correctly, i.e., does not return a proxy instance
// works correctly, i.e., does not return a proxy instance
auto
serv2
=
system
.
middleman
().
remote_actor
(
"127.0.0.1"
,
*
port2
);
auto
serv2
=
system
.
middleman
().
remote_actor
(
"127.0.0.1"
,
*
port2
);
CAF_CHECK
(
serv2
&&
system
.
node
()
!
=
serv2
->
node
());
CAF_CHECK
(
serv2
&&
system
.
node
()
=
=
serv2
->
node
());
CAF_CHECK
(
serv
==
serv2
);
CAF_CHECK
(
serv
==
serv2
);
launch_remote_side
(
argc
,
argv
,
*
gport
,
*
port1
,
*
port2
);
launch_remote_side
(
argc
,
argv
,
*
gport
,
*
port1
,
*
port2
);
self
->
receive
(
self
->
receive
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment