summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-11-30 14:08:53 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-11-30 14:08:53 +0000
commit45616b51611ae92fa7edab71910217f7e5987b49 (patch)
treec9de9701f47613669ef026b15e5431336cacb665
parent5a4c85471cc47de35aef4d387d6f800e2e9cf2fa (diff)
downloadATCD-45616b51611ae92fa7edab71910217f7e5987b49.tar.gz
ChangeLogTag: Fri Nov 30 14:10:00 UTC 2007 Simon Massey <sma@prismtech.com>
-rw-r--r--TAO/ChangeLog6
-rwxr-xr-xTAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl4
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index cf68ee79b97..8b906dda845 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 30 14:10:00 UTC 2007 Simon Massey <sma@prismtech.com>
+
+ * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl:
+
+ Correct TAO_ROOT's.
+
Fri Nov 30 11:50:00 UTC 2007 Simon Massey <sma@prismtech.com>
* orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/Bug_3155_Regression.mpc:
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
index 3bdde3f636b..259a742dfbf 100755
--- a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
@@ -15,9 +15,9 @@ if ($^O eq "MSWin32") {
}
$ifr_service= "$ENV{ACE_ROOT}/bin/IFR_Service";
if (! -e $ifr_service . $exec_extn ) {
- $ifr_service= "$ENV{TAO_ROOT}/TAO/orbsvcs/IFR_Service/IFR_Service";
+ $ifr_service= "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/IFR_Service";
if (! -e $ifr_service . $exec_extn ) {
- $ifr_service = "$ENV{TAO_ROOT}/TAO/orbsvcs/IFR_Service/Release/IFR_Service";
+ $ifr_service = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/Release/IFR_Service";
if (! -e $ifr_service . $exec_extn ) {
print STDERR "ERROR: IFR_Service not found.\n";
exit 1;