aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/test/multi_ORB_SUITE.erl
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2014-08-08 15:04:28 +0200
committerMarcus Arendt <[email protected]>2014-08-08 15:04:28 +0200
commit05c8a2f9ba5c93985fb64a63f19ed4de22560829 (patch)
tree89253eecdf161489dd68ee35ae584c99ab373443 /lib/orber/test/multi_ORB_SUITE.erl
parent07b86000da9f50be61fe3fa04ac530c0cf8930d9 (diff)
parente189bae81fbc873d3349b9dec12ef234daf9d8ad (diff)
downloadotp-05c8a2f9ba5c93985fb64a63f19ed4de22560829.tar.gz
otp-05c8a2f9ba5c93985fb64a63f19ed4de22560829.tar.bz2
otp-05c8a2f9ba5c93985fb64a63f19ed4de22560829.zip
Merge branch 'maint'
Conflicts: OTP_VERSION
Diffstat (limited to 'lib/orber/test/multi_ORB_SUITE.erl')
-rw-r--r--lib/orber/test/multi_ORB_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/orber/test/multi_ORB_SUITE.erl b/lib/orber/test/multi_ORB_SUITE.erl
index 41a309ff16..40d8846e0f 100644
--- a/lib/orber/test/multi_ORB_SUITE.erl
+++ b/lib/orber/test/multi_ORB_SUITE.erl
@@ -582,12 +582,12 @@ proxy_interface_ipv6_api2() ->
IOR1 = ?match(#'IOP_IOR'{},
orber_test_lib:remote_apply(ClientNode, corba, string_to_object,
- ["corbaloc::1.2@"++IP++":"++integer_to_list(ServerPort)++"/NameService"])),
+ ["corbaloc::1.2@["++IP++"]:"++integer_to_list(ServerPort)++"/NameService"])),
?match({'external', {IP, ServerPort, _ObjectKey, _Counter, _TP, _NewHD}},
orber_test_lib:remote_apply(ClientNode, iop_ior, get_key, [IOR1])),
IOR2 = ?match(#'IOP_IOR'{},
orber_test_lib:remote_apply(ClientNode, corba, string_to_object,
- ["corbaloc::1.2@"++Loopback++":"++integer_to_list(ServerPort)++"/NameService"])),
+ ["corbaloc::1.2@["++Loopback++"]:"++integer_to_list(ServerPort)++"/NameService"])),
?match({'external', {Loopback, ServerPort, _ObjectKey, _Counter, _TP, _NewHD}},
orber_test_lib:remote_apply(ClientNode, iop_ior, get_key, [IOR2])),
ok.