From fe204ff9a72dd7b2eac0ecc8829fa5061a7458e6 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 30 Mar 2007 13:52:03 +0000 Subject: ChangeLogTag: Fri Mar 30 14:51:19 UTC 2007 Chad Elliott --- ACE/ChangeLog | 14 ++++++++++++-- ACE/bin/svcconf-convert.pl | 2 +- ACE/bin/tao_orb_tests.lst | 1 + 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index ca43031731e..5aa6b8164c0 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,10 +1,20 @@ +Fri Mar 30 14:51:19 UTC 2007 Chad Elliott + + * bin/svcconf-convert.pl: + + Only print out the output file if -verbose was used. + + * bin/tao_orb_tests.lst: + + Added the Bug_2735_Regression test. + Fri Mar 30 14:24:48 UTC 2007 Chad Elliott * ace/Service_Gestalt.cpp: Added the word ERROR: on the three error messages that use - LM_ERROR. Always set the errno to EINVAL if processing a - directive fails. Also, reformatted some of the code. + LM_ERROR. Always set the errno to EINVAL if processing a + directive fails. Also, reformatted some of the code. Fri Mar 30 12:10:22 UTC 2007 Johnny Willemsen diff --git a/ACE/bin/svcconf-convert.pl b/ACE/bin/svcconf-convert.pl index 650bf1aae6d..fbfa8dc9864 100755 --- a/ACE/bin/svcconf-convert.pl +++ b/ACE/bin/svcconf-convert.pl @@ -132,7 +132,7 @@ if ($infile eq "") { if ($outfile eq "") { $outfile = "$infile.xml"; } -print "OUTFILE = $outfile \n"; +print "OUTFILE = $outfile \n" if ($verbose); open (OUT, "> $outfile") or die "Unable to open $outfile\n"; diff --git a/ACE/bin/tao_orb_tests.lst b/ACE/bin/tao_orb_tests.lst index 7ac14285016..9df5e4d43c3 100644 --- a/ACE/bin/tao_orb_tests.lst +++ b/ACE/bin/tao_orb_tests.lst @@ -80,6 +80,7 @@ TAO/tests/Bug_2595_Regression/run_test.pl: TAO/tests/Bug_2654_Regression/run_test.pl: !ST !MINIMUM !CORBA_E_COMPACT !CORBA_E_MICRO TAO/tests/Bug_2669_Regression/run_test.pl: !MINIMUM !CORBA_E_COMPACT !CORBA_E_MICRO TAO/tests/Bug_2683_Regression/run_test.pl: +TAO/tests/Bug_2735_Regression/run_test.pl: TAO/tests/Bug_2792_Regression/run_test.pl: TAO/tests/Bug_2795_Regression/run_test.pl: TAO/tests/Bug_2809_Regression/run_test.pl: -- cgit v1.2.1