From 6d33fa3b604e85be1b175df188dde1de0b6aef7c Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 4 Dec 2013 14:54:13 +0100 Subject: Update event handling documentation --- lib/common_test/doc/src/event_handler_chapter.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/common_test/doc/src/event_handler_chapter.xml b/lib/common_test/doc/src/event_handler_chapter.xml index 3076d5f8ba..a231653558 100644 --- a/lib/common_test/doc/src/event_handler_chapter.xml +++ b/lib/common_test/doc/src/event_handler_chapter.xml @@ -193,7 +193,8 @@

GroupName = unknown | atom(), name of the group (unknown if init- or end function times out).

GroupProperties = list(), list of execution properties for the group.

-

Result = ok | {skipped,SkipReason} | {failed,FailReason}, the result.

+

Result = ok | {auto_skipped,SkipReason} | {skipped,SkipReason} | {failed,FailReason}, + the result.

SkipReason = {require_failed,RequireInfo} | {require_failed_in_suite0,RequireInfo} | -- cgit v1.2.3