summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-06 21:29:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-06 21:29:03 +0000
commit42c597ed6ed1e0e11d90626404afbc32980a287e (patch)
tree92749d9fa751d61f2d449a6acaf1456a1631ca97
parente9df7ab7e502c56aff8db4f6e6b6afa8a35f89e6 (diff)
downloadATCD-42c597ed6ed1e0e11d90626404afbc32980a287e.tar.gz
ChangeLogTag: Sat Apr 6 15:27:35 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-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);