summaryrefslogtreecommitdiff
path: root/CIAO/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-09 08:28:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-09 08:28:33 +0000
commit06b0ebf8561dc88f5ceabb53fc3ee13bc423a35a (patch)
treece478c77abcef28b925fef857c781dfe87e64a31 /CIAO/tests
parente6ca881d90b46a3d3366746c6deedba5fc7a867a (diff)
downloadATCD-06b0ebf8561dc88f5ceabb53fc3ee13bc423a35a.tar.gz
Mon Mar 8 08:29:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc: * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc: Put the executables in CIAO_ROOT/bin, not ACE_ROOT/bin * MPC/config/taoidl3toidl2defaults.mpb: * tests/IDL3_to_XMI/XMI_For_Array/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl: * tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl: updated because these executables are now put in CIAO_ROOT/bin
Diffstat (limited to 'CIAO/tests')
-rwxr-xr-xCIAO/tests/IDL3_to_XMI/XMI_For_Array/run_test.pl2
-rwxr-xr-xCIAO/tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl2
-rwxr-xr-xCIAO/tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/tests/IDL3_to_XMI/XMI_For_Array/run_test.pl b/CIAO/tests/IDL3_to_XMI/XMI_For_Array/run_test.pl
index fcc8d993b22..bafdb7694f8 100755
--- a/CIAO/tests/IDL3_to_XMI/XMI_For_Array/run_test.pl
+++ b/CIAO/tests/IDL3_to_XMI/XMI_For_Array/run_test.pl
@@ -21,7 +21,7 @@ my $target_xmi = $target->LocalFile ($xmi);
$target->DeleteFile($xmi);
unlink $xmi;
-$I2X = $target->CreateProcess ("$ENV{'ACE_ROOT'}/bin/tao_idl3_to_xmi",
+$I2X = $target->CreateProcess ("$ENV{'CIAO_ROOT'}/bin/tao_idl3_to_xmi",
"-f -xd $target_dtd -of $target_xmi $target_idl");
$target_status = $I2X->SpawnWaitKill ($target->ProcessStartWaitInterval());
diff --git a/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl b/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl
index 7eefd5b7e0b..dfa36b3baa5 100755
--- a/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl
+++ b/CIAO/tests/IDL3_to_XMI/XMI_For_Included_File/run_test.pl
@@ -20,7 +20,7 @@ my $target_dtd = $target->LocalFile ($dtd);
my $target_xmi = $target->LocalFile ($xmi);
$target->DeleteFile($xmi);
-$I2X = $target->CreateProcess ("$ENV{'ACE_ROOT'}/bin/tao_idl3_to_xmi",
+$I2X = $target->CreateProcess ("$ENV{'CIAO_ROOT'}/bin/tao_idl3_to_xmi",
"-f -xd $target_dtd -of $target_xmi $target_idl");
$target_status = $I2X->SpawnWaitKill ($target->ProcessStartWaitInterval());
diff --git a/CIAO/tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl b/CIAO/tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl
index 336db292d5a..358e28b8f42 100755
--- a/CIAO/tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl
+++ b/CIAO/tests/IDL3_to_XMI/XMI_For_Sequence/run_test.pl
@@ -21,7 +21,7 @@ my $target_xmi = $target->LocalFile ($xmi);
$target->DeleteFile($xmi);
unlink $xmi;
-$I2X = $target->CreateProcess ("$ENV{'ACE_ROOT'}/bin/tao_idl3_to_xmi",
+$I2X = $target->CreateProcess ("$ENV{'CIAO_ROOT'}/bin/tao_idl3_to_xmi",
"-f -xd $target_dtd -of $target_xmi $target_idl");
$target_status = $I2X->SpawnWaitKill ($target->ProcessStartWaitInterval());