summaryrefslogtreecommitdiff
path: root/TAO/tests/IPV6/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IPV6/run_test.pl')
-rwxr-xr-xTAO/tests/IPV6/run_test.pl11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/tests/IPV6/run_test.pl b/TAO/tests/IPV6/run_test.pl
index 0b39bf185b6..dd0d7f39083 100755
--- a/TAO/tests/IPV6/run_test.pl
+++ b/TAO/tests/IPV6/run_test.pl
@@ -53,16 +53,9 @@ $client_arg = "-k file://$client_iorfile ";
url => 0,
url_address => "",
},{
- description => "Testing IPV4 server with client with '-ORBPreferIPV6Interfaces 1'.\n",
- server => "$server_arg -ORBListenEndpoints iiop://127.0.0.1",
- client => "$client_arg -ORBPreferIPV6Interfaces 1",
- error => 0,
- url => 0,
- url_address => "",
- },{
description => "Testing IPV4 server with client and URL-style IOR",
- server => "$server_arg -ORBDebuglevel 10 -ORBListenEndpoints iiop://0.0.0.0 -ORBObjRefStyle url",
- client => "$client_arg -ORBDebuglevel 10",
+ server => "$server_arg -ORBListenEndpoints iiop://0.0.0.0 -ORBObjRefStyle url",
+ client => "$client_arg",
error => 0,
url => 0,
url_address => "",