summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-14 14:57:33 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-14 14:57:33 +0000
commit5d922419b9b4d55c154114045642068c51bf70b6 (patch)
tree1e61ba5d0614d6cc00d1b9268632016f7735f34a
parenteb3a0f291e28ba1eccaf0b609653742149e40632 (diff)
downloadATCD-5d922419b9b4d55c154114045642068c51bf70b6.tar.gz
ChangeLogTag: Fri Mar 14 14:55:35 UTC 2008 Ciju John <johnc at ociweb dot com>
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Persistent_POA/run_test.pl2
2 files changed, 7 insertions, 0 deletions
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 <johnc at ociweb dot com>
+
+ * orbsvcs/tests/Notify/Persistent_POA/run_test.pl:
+ Add test lib path.
+
Fri Mar 14 14:55:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* 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");