diff options
author | Peter Andersson <[email protected]> | 2014-04-02 02:11:43 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-04-02 17:22:13 +0200 |
commit | 6a5c264882058cf0786aba4418079b8552eea1cb (patch) | |
tree | 94ff8599b49c68d1a8a898a2520661fe521f880e /lib/common_test/src | |
parent | 61faea7ded93df8d444adf7079a7be2cc9e0f176 (diff) | |
download | otp-6a5c264882058cf0786aba4418079b8552eea1cb.tar.gz otp-6a5c264882058cf0786aba4418079b8552eea1cb.tar.bz2 otp-6a5c264882058cf0786aba4418079b8552eea1cb.zip |
Document changes in the CT hooks API and the event message protocol
OTP-11732
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/ct_framework.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl index 7d577462b0..9ef917a507 100644 --- a/lib/common_test/src/ct_framework.erl +++ b/lib/common_test/src/ct_framework.erl @@ -1274,7 +1274,7 @@ report(What,Data) -> ct_util:set_testdata({What,Data}), ok; tc_start -> - %% Data = {Suite,{Func,GroupName}},LogFileName} + %% Data = {{Suite,{Func,GroupName}},LogFileName} Data1 = case Data of {{Suite,{Func,undefined}},LFN} -> {{Suite,Func},LFN}; _ -> Data |