summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-15 17:45:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-15 17:45:50 +0000
commitb75e02b13a2325c8ce4bedb91685854823f81c41 (patch)
treefa48795adcb0c5a6c9c267db9adff795c634c0f3
parentc5a6e3374de89c68809e5c98931f7e6499931d64 (diff)
downloadATCD-b75e02b13a2325c8ce4bedb91685854823f81c41.tar.gz
ChangeLogTag: Wed Dec 15 11:37:50 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog11
-rwxr-xr-xTAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl9
2 files changed, 12 insertions, 8 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1068e05f93f..9622210e5dd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Wed Dec 15 11:37:50 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * orbsvcs/tests/Bug_1393_Regression/run_test.pl:
+
+ My previous checkin
+
+ Tue Dec 7 16:35:59 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ actually fixed the path to tao_idl (which was also incorrect).
+ This fix changes the path to tao_ifr, as the above entry stated.
+
Wed Dec 15 10:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/include/idl_uns_long.h:
diff --git a/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
index 3114c65aa87..aefa2879889 100755
--- a/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
@@ -14,14 +14,7 @@ $status = 0;
$ifr_service_bin = "../../IFR_Service";
# The location of the tao_ifr utility binary
-if ($^O eq "MSWin32")
-{
- $tao_ifr_bin = "../../../../bin";
-}
-else
-{
- $tao_ifr_bin = $ifr_service_bin;
-}
+$tao_ifr_bin = "../../../../bin";
# The location of the tao_idl utility binary
$tao_idl_bin = "../../../../bin";