summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 00:58:46 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 00:58:46 +0000
commit0a147db4b884ef37bae45ae99502c1a0f51e6c54 (patch)
tree220e1617fe444e117dd769210e931d7c297735f5 /TAO/orbsvcs/tests/ImplRepo
parent384864bc69dfd957fdf796ff1acb8948ef2e0b4e (diff)
downloadATCD-0a147db4b884ef37bae45ae99502c1a0f51e6c54.tar.gz
ChangeLogTag:Sat Jul 10 19:40:41 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/nestea_server_i.cpp2
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/run_test.pl6
2 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.cpp b/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.cpp
index 5ed6b235838..1a66f9a62b6 100644
--- a/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.cpp
@@ -8,7 +8,7 @@ ACE_RCSID(ImplRepo, nestea_server_i, "$Id$")
const char *NESTEA_DATA_FILENAME = "nestea.dat";
-Nestea_Server_i::Nestea_Server_i (const char */*filename*/)
+Nestea_Server_i::Nestea_Server_i (const char * /*filename*/)
: server_impl_ (0),
ior_output_file_ (0),
ir_helper_ (0),
diff --git a/TAO/orbsvcs/tests/ImplRepo/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
index 5cbbb6207fc..b194f4dffde 100755
--- a/TAO/orbsvcs/tests/ImplRepo/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
@@ -62,7 +62,8 @@ sub airplane_ir_test
system($airplane_client." -k file://$airplane_ior");
- $SV->Kill (); $SV->Wait ();
+ system($tao_ir." -ORBImplRepoIOR file://$implrepo_ior shutdown plane");
+
$IR->Kill (); $IR->Wait ();
}
@@ -99,7 +100,8 @@ sub nestea_ir_test
system ($nestea_client." -k file://$nestea_ior");
- $SV->Kill (); $SV->Wait ();
+ system ($tao_ir." -ORBImplRepoIOR file://$implrepo_ior shutdown nestea_server");
+
$IR->Kill (); $IR->Wait ();
}