From 0f64d106b12aa550baf1a218d0198886df215aaa Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 25 Apr 2016 10:55:34 +0200 Subject: [PATCH] Changed supporting text for ReportManual function --- include/functions | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/functions b/include/functions index c99abdd3..5a1030fe 100644 --- a/include/functions +++ b/include/functions @@ -1715,13 +1715,12 @@ # Log manual actions to report file - ReportManual() - { - # 1 parameters - # :<2 char numeric> + ReportManual() { + # 1 parameter: Text Report "manual_event[]=$1" LogText "Manual: one or more manual actions are required for further testing of this control/plugin" - } + } + # Report data (TESTID STATUS IMPACT MESSAGE) ReportResult()