summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIF
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-06-08 22:06:56 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-06-08 22:06:56 +0000
commitf89bdac56d102a91938b711b998c8d1023b4638e (patch)
tree03feda6176ebe7578e9c986fe805d585b1e694ad /CIAO/tests/CIF
parentefe504b29cd4d031c5400da6d12e63b8a92228ed (diff)
downloadATCD-f89bdac56d102a91938b711b998c8d1023b4638e.tar.gz
ChangeLogTag: Tue Jun 8 22:03:27 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'CIAO/tests/CIF')
-rwxr-xr-xCIAO/tests/CIF/Navigation/run_test.pl2
-rwxr-xr-xCIAO/tests/CIF/Receptacle/run_test.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/tests/CIF/Navigation/run_test.pl b/CIAO/tests/CIF/Navigation/run_test.pl
index 0d82fc00d40..cfeeb2bb83f 100755
--- a/CIAO/tests/CIF/Navigation/run_test.pl
+++ b/CIAO/tests/CIF/Navigation/run_test.pl
@@ -14,7 +14,7 @@ $ciao_root = "$ENV{CIAO_ROOT}";
my $target = PerlACE::TestTarget::create_target (1);
$target->AddLibPath ('../lib');
-$TG = $target->CreateProcess ("client", "-s " . PerlACE::GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120");
+$TG = $target->CreateProcess ("client", "-s " . $target->GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120");
$server_status = $TG->SpawnWaitKill ($target->ProcessStartWaitInterval ());
if ($server_status != 0) {
diff --git a/CIAO/tests/CIF/Receptacle/run_test.pl b/CIAO/tests/CIF/Receptacle/run_test.pl
index 0d82fc00d40..cfeeb2bb83f 100755
--- a/CIAO/tests/CIF/Receptacle/run_test.pl
+++ b/CIAO/tests/CIF/Receptacle/run_test.pl
@@ -14,7 +14,7 @@ $ciao_root = "$ENV{CIAO_ROOT}";
my $target = PerlACE::TestTarget::create_target (1);
$target->AddLibPath ('../lib');
-$TG = $target->CreateProcess ("client", "-s " . PerlACE::GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120");
+$TG = $target->CreateProcess ("client", "-s " . $target->GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120");
$server_status = $TG->SpawnWaitKill ($target->ProcessStartWaitInterval ());
if ($server_status != 0) {