summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-12 01:17:57 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-12 01:17:57 +0000
commit38b9c5540092225386e44e1e6c6323565cbbed3b (patch)
tree2efb9aecae08be85c871afc3cdc5a1448fdea2cf /TAO/orbsvcs/tests/Notify/Basic/run_test.pl
parent6e88876b221cc28f52e7a00d48c6d0f7b3537851 (diff)
downloadATCD-38b9c5540092225386e44e1e6c6323565cbbed3b.tar.gz
Mon Nov 11 20:11:56 2002 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Basic/run_test.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/run_test.pl b/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
index 9e615e88075..0e059f3c9a0 100755
--- a/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
@@ -21,7 +21,8 @@ $Naming = new PerlACE::Process ("../../../Naming_Service/Naming_Service",
"-o $namingior");
$Notification = new PerlACE::Process ("../../../Notify_Service/Notify_Service",
"-ORBInitRef NameService=file://$namingior " .
- "-IORoutput $notifyior");
+ "-IORoutput $notifyior " .
+ "-ORBSvcConf ../../../Notify_Service/svc.conf");
@tests =
(
"AdminProperties",
@@ -30,6 +31,8 @@ $Notification = new PerlACE::Process ("../../../Notify_Service/Notify_Service",
"IdAssignment",
"LifeCycle",
"Simple",
+ "MultiTypes",
+ "Filter",
"Updates",
);