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,14 +1715,13 @@
# Log manual actions to report file
ReportManual()
{
# 1 parameters
# <ID>:<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()
{