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:
Rüdiger Timm 2004-08-20 08:15:41 +00:00
parent a080971e91
commit 42f927515e
2 changed files with 4 additions and 2 deletions

View file

@ -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#

View file

@ -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#