summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-06-07 13:28:05 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-06-07 13:28:05 +0000
commitdccc446f526322620f503875e99f894d5b847a86 (patch)
tree410c782dda43e57a8e8e923d4048a7096d352d37
parent04d1b92cb6d3f86e0b0cc66332d60f5cab7de58f (diff)
downloadATCD-dccc446f526322620f503875e99f894d5b847a86.tar.gz
Fri Jun 7 13:26:15 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* tests/IPV6/run_test.pl: Added verbose debugging to suspect client too in case the problem is in parsing the constructed address.
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/IPV6/run_test.pl2
2 files changed, 8 insertions, 1 deletions
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 <mesnier_p@ociweb.com>
+
+ * 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 <mesnier_p@ociweb.com>
* 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 => "",