summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-01 02:09:00 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-01 02:09:00 +0000
commit1a40222d97d43e34e738b13866125723a6d84617 (patch)
tree90d7984140d5399b0be42a30a6f722eab6242980
parentc4eafb120c760e001f3840b749492700f2dff45e (diff)
downloadATCD-1a40222d97d43e34e738b13866125723a6d84617.tar.gz
ChangeLogTag:Thu Nov 30 20:05:35 2000 Marina Spivak <marina@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
-rwxr-xr-xTAO/tests/RTCORBA/Private_Connection/run_test.pl3
2 files changed, 11 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d2c28696c10..3821df2705f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Thu Nov 30 20:05:35 2000 Marina Spivak <marina@cs.wustl.edu>
+
+ * tests/RTCORBA/Private_Connection/run_test.pl:
+
+ Fixed the script to unlink ior files at the end. This fixes
+ TRANSIENT exception in builds where ior files from previous
+ runs weren't cleaned up.
+
Wed Nov 29 23:55:37 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
@@ -7,7 +15,7 @@ Wed Nov 29 23:55:37 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
Changed <get_primary> to throw TAO_IOP::NotFound () instead of
Invalid_IOR ()
-
+
Wed Nov 29 17:59:10 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* examples/Load_Balancing_persistent/Load_Balancer_i.cpp:
diff --git a/TAO/tests/RTCORBA/Private_Connection/run_test.pl b/TAO/tests/RTCORBA/Private_Connection/run_test.pl
index ca8028461e1..c63c94f049a 100755
--- a/TAO/tests/RTCORBA/Private_Connection/run_test.pl
+++ b/TAO/tests/RTCORBA/Private_Connection/run_test.pl
@@ -44,7 +44,8 @@ if ($server == -1) {
$SV->Kill (); $SV->TimedWait (1);
}
-unlink $iorfile;
+unlink $iorfile1;
+unlink $iorfile2;
if ($server != 0 || $client != 0) {
exit 1;