summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2009-03-17 05:26:16 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2009-03-17 05:26:16 +0000
commit3cdeb403628cc23b1d9b2aa4a85f6e7b6449f1d4 (patch)
tree919ed107ecb3533a70be5e375188d0799d21c5ad
parent5b3b5d8ccfd4b94b35ffef4ffc228594471dae78 (diff)
downloadATCD-3cdeb403628cc23b1d9b2aa4a85f6e7b6449f1d4.tar.gz
Tue Mar 17 05:25:49 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* tests/RTCORBA/Collocation/run_test.pl: Fuzz fix.
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/RTCORBA/Collocation/run_test.pl2
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1db902f758e..e359d99cf2a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,12 @@
+Tue Mar 17 05:25:49 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tests/RTCORBA/Collocation/run_test.pl:
+ Fuzz fix.
+
Mon Mar 16 19:26:32 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* configure.ac:
-
+
Added missing declaration for new orbsvcs/Notify test directory.
Mon Mar 16 19:17:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/tests/RTCORBA/Collocation/run_test.pl b/TAO/tests/RTCORBA/Collocation/run_test.pl
index a3aa59a8936..25949381ae3 100755
--- a/TAO/tests/RTCORBA/Collocation/run_test.pl
+++ b/TAO/tests/RTCORBA/Collocation/run_test.pl
@@ -28,7 +28,7 @@ if ($test == 2) {
if ($test != 0) {
print STDERR "ERROR: test returned $test\n";
exit 1;
- }
+ }
}
exit 0;