INTEGRATION: CWS sb21 (1.1.94); FILE MERGED
2004/08/04 15:24:38 sb 1.1.94.1: #i32281# Use 127.0.0.1 instead of localhost to work around IPv4 vs. IPv6 problems between Java and osl.
This commit is contained in:
parent
a080971e91
commit
42f927515e
2 changed files with 4 additions and 2 deletions
|
@ -1 +1,2 @@
|
|||
uno -ro uno_services.rdb -ro uno_types.rdb -s com.sun.star.test.bridge.BridgeTest -- -u "uno:socket,host=localhost,port=2002;urp;test"
|
||||
uno -ro uno_services.rdb -ro uno_types.rdb -s com.sun.star.test.bridge.BridgeTest -- -u "uno:socket,host=127.0.0.1,port=2002;urp;test"
|
||||
# ...use "127.0.0.1" instead of "localhost", see #i32281#
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
uno -ro uno_services.rdb -ro uno_types.rdb -s com.sun.star.test.bridge.CppTestObject -u "uno:socket,host=localhost,port=2002;urp;test"
|
||||
uno -ro uno_services.rdb -ro uno_types.rdb -s com.sun.star.test.bridge.CppTestObject -u "uno:socket,host=127.0.0.1,port=2002;urp;test"
|
||||
# ...use "127.0.0.1" instead of "localhost", see #i32281#
|
||||
|
|
Loading…
Reference in a new issue