summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-21 19:54:39 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-21 19:54:39 +0000
commit2940c6968876be133294584ebb9241429626bae5 (patch)
treeaf0a96ab6782d9a79a11081629928dea0550212e /TAO/orbsvcs/tests/Event
parent5dadf4d1030280afc7c5d47e76bbc9371ce808aa (diff)
downloadATCD-2940c6968876be133294584ebb9241429626bae5.tar.gz
ChangeLogTag:Mon Oct 21 14:29:54 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rwxr-xr-xTAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl2
-rwxr-xr-xTAO/orbsvcs/tests/Event/Basic/run_test.pl12
-rwxr-xr-xTAO/orbsvcs/tests/Event/Performance/run_test.pl2
3 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl b/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl
index 8ac6b2e0dc1..417288cbe25 100755
--- a/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl
+++ b/TAO/orbsvcs/tests/Event/Basic/exhaustive_test.pl
@@ -13,7 +13,7 @@ use PerlACE::Run_Test;
$status = 0;
-$conf_file = PerlACE::LocalFile ('exhaustive.conf');
+$conf_file = PerlACE::LocalFile ('exhaustive$PerlACE::svcconf_ext');
@dispatching_configs = ("-ECDispatching reactive",
"-ECDispatching mt -ECDispatchingThreads 4");
diff --git a/TAO/orbsvcs/tests/Event/Basic/run_test.pl b/TAO/orbsvcs/tests/Event/Basic/run_test.pl
index cbe4506e0d2..daa88c808d1 100755
--- a/TAO/orbsvcs/tests/Event/Basic/run_test.pl
+++ b/TAO/orbsvcs/tests/Event/Basic/run_test.pl
@@ -13,12 +13,12 @@ use PerlACE::Run_Test;
$status = 0;
-$svc_conf = PerlACE::LocalFile ("svc.conf");
-$observer_conf = PerlACE::LocalFile ("observer.conf");
-$svc_complex_conf = PerlACE::LocalFile ("svc.complex.conf");
-$mt_svc_conf = PerlACE::LocalFile ("mt.svc.conf");
-$svc_complex_conf = PerlACE::LocalFile ("svc.complex.conf");
-$control_conf = PerlACE::LocalFile ("control.conf");
+$svc_conf = PerlACE::LocalFile ("svc$PerlACE::svcconf_ext");
+$observer_conf = PerlACE::LocalFile ("observer$PerlACE::svcconf_ext");
+$svc_complex_conf = PerlACE::LocalFile ("svc.complex$PerlACE::svcconf_ext");
+$mt_svc_conf = PerlACE::LocalFile ("mt.svc$PerlACE::svcconf_ext");
+$svc_complex_conf = PerlACE::LocalFile ("svc.complex$PerlACE::svcconf_ext");
+$control_conf = PerlACE::LocalFile ("control$PerlACE::svcconf_ext");
sub RunTest ($$$)
{
diff --git a/TAO/orbsvcs/tests/Event/Performance/run_test.pl b/TAO/orbsvcs/tests/Event/Performance/run_test.pl
index 56145ed31e7..bde6790200e 100755
--- a/TAO/orbsvcs/tests/Event/Performance/run_test.pl
+++ b/TAO/orbsvcs/tests/Event/Performance/run_test.pl
@@ -13,7 +13,7 @@ use PerlACE::Run_Test;
$status = 0;
-$ec_st_conf = PerlACE::LocalFile ("ec.st.conf");
+$ec_st_conf = PerlACE::LocalFile ("ec.st$PerlACE::svcconf_ext");
sub RunTest ($$$)
{