#!/bin/sh

. ../../../SetServiceLocation

count=0

#while true
#do
echo
echo Initializing tester

$tester initialize oneway

echo
echo Running cases:
echo
echo tcINVOKE_ONEWAY_COUNT
echo -------------------------------------------
echo
$tester run oneway tcINVOKE_ONEWAY_COUNT | tee Oneway.log
echo
$tester release oneway
count=`expr $count + 1`
echo Tests run: $count
#done
