From dccc446f526322620f503875e99f894d5b847a86 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Fri, 7 Jun 2013 13:28:05 +0000 Subject: Fri Jun 7 13:26:15 UTC 2013 Phil Mesnier * tests/IPV6/run_test.pl: Added verbose debugging to suspect client too in case the problem is in parsing the constructed address. --- TAO/ChangeLog | 7 +++++++ TAO/tests/IPV6/run_test.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 752c923f51c..7d3ab55dd01 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Fri Jun 7 13:26:15 UTC 2013 Phil Mesnier + + * tests/IPV6/run_test.pl: + + Added verbose debugging to suspect client too in case the problem is + in parsing the constructed address. + Thu Jun 6 23:19:04 UTC 2013 Phil Mesnier * tao/IIOP_Endpoint.cpp: diff --git a/TAO/tests/IPV6/run_test.pl b/TAO/tests/IPV6/run_test.pl index 1b249c32820..0b39bf185b6 100755 --- a/TAO/tests/IPV6/run_test.pl +++ b/TAO/tests/IPV6/run_test.pl @@ -62,7 +62,7 @@ $client_arg = "-k file://$client_iorfile "; },{ 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", + client => "$client_arg -ORBDebuglevel 10", error => 0, url => 0, url_address => "", -- cgit v1.2.1