summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-31 11:11:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-31 11:11:43 +0000
commitf14de0e7c8df770717127c83512b6a7390888533 (patch)
treeaaddde6a62ec7f09f36d56b99aea025f9a7dc818
parentaffd64d2b3f8d1b37473be692a6cd138b2a500ae (diff)
downloadATCD-f14de0e7c8df770717127c83512b6a7390888533.tar.gz
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl b/TAO/orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl
index d044c65f9ce..3569ed334c9 100755
--- a/TAO/orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl
@@ -6,7 +6,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
-use PerlACE::Run_Test;
+use PerlACE::TestTarget;
$status = 0;
my $server = PerlACE::TestTarget::create_target (1) || die "Create target 1 failed\n";