summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/examples/POA/Makefile1
-rwxr-xr-xTAO/examples/POA/POA_BiDir/run_test.pl2
3 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f741dce5a4f..dee143f7f07 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sat Apr 6 15:27:35 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * examples/POA/Makefile: Added the new test to the list of tests.
+ * examples/POA/POA_BiDir/run_test.pl: Fixed the script to work
+ right.
+
Sat Apr 6 12:27:36 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* examples/POA/POA_BiDir/Makefile:
diff --git a/TAO/examples/POA/Makefile b/TAO/examples/POA/Makefile
index daea2784fd0..55d1c8b9193 100644
--- a/TAO/examples/POA/Makefile
+++ b/TAO/examples/POA/Makefile
@@ -22,6 +22,7 @@ DIRS = Generic_Servant \
On_Demand_Activation \
On_Demand_Loading \
NewPOA \
+ POA_BiDir \
TIE
ifndef TAO_ROOT
diff --git a/TAO/examples/POA/POA_BiDir/run_test.pl b/TAO/examples/POA/POA_BiDir/run_test.pl
index 15c52166829..7f85a19af68 100755
--- a/TAO/examples/POA/POA_BiDir/run_test.pl
+++ b/TAO/examples/POA/POA_BiDir/run_test.pl
@@ -8,7 +8,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib '../../../../bin';
use PerlACE::Run_Test;
-$T = new PerlACE::Process ("NewPOA");
+$T = new PerlACE::Process ("POA_BiDir");
$test = $T->SpawnWaitKill (60);