diff options
author | Lars Thorsen <[email protected]> | 2014-06-25 14:29:58 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2014-06-25 14:29:58 +0200 |
commit | 9d2abccb228e8288633d392240519138740d41e6 (patch) | |
tree | 78ba85b35cdd4ece4a145957616b75b3cedc971c /lib/orber/test/multi_ORB_SUITE.erl | |
parent | 68b954296eb55009b1dd058a2791c164047ed31b (diff) | |
download | otp-9d2abccb228e8288633d392240519138740d41e6.tar.gz otp-9d2abccb228e8288633d392240519138740d41e6.tar.bz2 otp-9d2abccb228e8288633d392240519138740d41e6.zip |
[orber] Update testcases and fixed some minor faults
Diffstat (limited to 'lib/orber/test/multi_ORB_SUITE.erl')
-rw-r--r-- | lib/orber/test/multi_ORB_SUITE.erl | 4 |
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. |