From 5d922419b9b4d55c154114045642068c51bf70b6 Mon Sep 17 00:00:00 2001 From: johnc Date: Fri, 14 Mar 2008 14:57:33 +0000 Subject: ChangeLogTag: Fri Mar 14 14:55:35 UTC 2008 Ciju John --- TAO/ChangeLog | 5 +++++ TAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl | 2 ++ 2 files changed, 7 insertions(+) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index ae2fefae8be..e0e9f54cf10 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 14 14:55:35 UTC 2008 Ciju John + + * orbsvcs/tests/Notify/Persistent_POA/run_test.pl: + Add test lib path. + Fri Mar 14 14:55:57 UTC 2008 Johnny Willemsen * tao/PI/PI_include.pidl: diff --git a/TAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl b/TAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl index b8e02ec511d..db0b9192ea7 100755 --- a/TAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl +++ b/TAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl @@ -9,6 +9,8 @@ use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; use strict; +PerlACE::add_lib_path ('../lib'); + my $ior = PerlACE::LocalFile("supplier.ior"); my $namingior = PerlACE::LocalFile("naming.ior"); my $notifyior = PerlACE::LocalFile("notify.ior"); -- cgit v1.2.1