diff options
author | Peter Andersson <[email protected]> | 2012-08-21 16:11:42 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-21 16:11:42 +0200 |
commit | c41fbd49054693d61f9f78ef92da176aeea3bf83 (patch) | |
tree | 1cfe014fe9f7194e5e32bb65c537a36a91c51390 | |
parent | 2a3fc026842241b0a1e1b2b1f691bd212499ffe0 (diff) | |
download | otp-c41fbd49054693d61f9f78ef92da176aeea3bf83.tar.gz otp-c41fbd49054693d61f9f78ef92da176aeea3bf83.tar.bz2 otp-c41fbd49054693d61f9f78ef92da176aeea3bf83.zip |
Fix error in documentation
-rw-r--r-- | lib/common_test/src/ct.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 4054b441ee..fe99222927 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -846,7 +846,7 @@ userdata(TestDir, Suite, Case) when is_atom(Case) -> %%% {failed,Failed} | {skipped,Skipped} | {total,Total} %%% TestCaseInfo = {Suite,TestCase} | [{Suite,TestCase}] %%% Suite = atom() -%%% TestCase = atom() | +%%% TestCase = atom() %%% Successful = integer() %%% Failed = integer() %%% Skipped = {UserSkipped,AutoSkipped} |