Changed supporting text for ReportManual function

This commit is contained in:
mboelen 2016-04-25 10:55:34 +02:00
parent eae8ef99a4
commit 0f64d106b1
1 changed files with 4 additions and 5 deletions

View File

@ -1715,13 +1715,12 @@
# Log manual actions to report file # Log manual actions to report file
ReportManual() ReportManual() {
{ # 1 parameter: Text
# 1 parameters
# <ID>:<2 char numeric>
Report "manual_event[]=$1" Report "manual_event[]=$1"
LogText "Manual: one or more manual actions are required for further testing of this control/plugin" LogText "Manual: one or more manual actions are required for further testing of this control/plugin"
} }
# Report data (TESTID STATUS IMPACT MESSAGE) # Report data (TESTID STATUS IMPACT MESSAGE)
ReportResult() ReportResult()