summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-03-30 13:52:03 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-03-30 13:52:03 +0000
commitfe204ff9a72dd7b2eac0ecc8829fa5061a7458e6 (patch)
treeffd2307b649bfe752b248269db2f9a1f6aa65e15
parent87aeb7cdcac850372528c55d6d5750f331bb36df (diff)
downloadATCD-fe204ff9a72dd7b2eac0ecc8829fa5061a7458e6.tar.gz
ChangeLogTag: Fri Mar 30 14:51:19 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ACE/ChangeLog14
-rwxr-xr-xACE/bin/svcconf-convert.pl2
-rw-r--r--ACE/bin/tao_orb_tests.lst1
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 <elliott_c@ociweb.com>
+
+ * 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 <elliott_c@ociweb.com>
* 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 <jwillemsen@remedy.nl>
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: