From 7e0446be02689f1bbec8ad79aa1185bc67bcc92a Mon Sep 17 00:00:00 2001 From: dbudko Date: Tue, 1 Dec 2009 10:45:22 +0000 Subject: Tue Dec 1 10:44:09 UTC 2009 Denis Budko * orbsvcs/examples/Notify/Subscribe/run_test.pl: * orbsvcs/examples/Notify/Filter/run_test.pl: Test are converted to use new test framework and added to fuzz build. --- TAO/ChangeLog | 8 ++++++++ TAO/orbsvcs/examples/Notify/Filter/run_test.pl | 2 +- TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 8c48928cc19..7f2868dc8f3 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,11 @@ +Tue Dec 1 10:44:09 UTC 2009 Denis Budko + + * orbsvcs/examples/Notify/Subscribe/run_test.pl: + * orbsvcs/examples/Notify/Filter/run_test.pl: + + Test are converted to use new test framework + and added to fuzz build. + Tue Dec 1 09:48:38 UTC 2009 Denis Budko * orbsvcs/tests/Log/Basic_Log_Test/run_test.pl: diff --git a/TAO/orbsvcs/examples/Notify/Filter/run_test.pl b/TAO/orbsvcs/examples/Notify/Filter/run_test.pl index 96ab2b955c5..36f7c0ae45d 100755 --- a/TAO/orbsvcs/examples/Notify/Filter/run_test.pl +++ b/TAO/orbsvcs/examples/Notify/Filter/run_test.pl @@ -44,7 +44,7 @@ $Notify_Args = "-ORBInitRef NameService=file://$nfs_nsiorfile -IORoutput $nfs_nf $FLT = $flt->CreateProcess ("Filter", " -o $ns_nsiorfile"); -$Filter_Args = "-ORBInitRef NameService=file://$flt_nsiorfile -ORBDebugLevel $debug"; +$Filter_Args = "-ORBInitRef NameService=file://$flt_nsiorfile -ORBDebugLevel $debug_level"; $NS_status = $NS->Spawn (); diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl b/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl index a0e20fccda2..28f694b5206 100755 --- a/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl +++ b/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl @@ -45,7 +45,7 @@ $NFS = $nfs->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Notify_Service/Notify_Servic $Notify_Args = "-ORBInitRef NameService=file://$nfs_nsiorfile -IORoutput $nfs_nfsiorfile "; $SUB = $sub->CreateProcess ("Subscribe"); -$Subscribe_Args = "-ORBInitRef NameService=file://$sub_nsiorfile -ORBDebugLevel $debug"; +$Subscribe_Args = "-ORBInitRef NameService=file://$sub_nsiorfile -ORBDebugLevel $debug_level"; $NS_status = $NS->Spawn (); if ($NS_status != 0) { -- cgit v1.2.1