diff options
author | Peter Andersson <[email protected]> | 2012-03-15 16:34:49 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-03-19 14:06:57 +0100 |
commit | b411aa5d4e953d719d21f0108edfe20bde08c916 (patch) | |
tree | 6c60cfe8f1874c35ea1c75310f74a99753d5c6d1 /lib/common_test/src/vts.erl | |
parent | ea23dbfba71bf4bc17fb9c61b19dc3973ccc30f1 (diff) | |
download | otp-b411aa5d4e953d719d21f0108edfe20bde08c916.tar.gz otp-b411aa5d4e953d719d21f0108edfe20bde08c916.tar.bz2 otp-b411aa5d4e953d719d21f0108edfe20bde08c916.zip |
Change ct_init/end_per_group to init/end_per_group
OTP-9986
Diffstat (limited to 'lib/common_test/src/vts.erl')
-rw-r--r-- | lib/common_test/src/vts.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/common_test/src/vts.erl b/lib/common_test/src/vts.erl index cc8a932887..9dfb0bd6b8 100644 --- a/lib/common_test/src/vts.erl +++ b/lib/common_test/src/vts.erl @@ -766,10 +766,6 @@ report1(tc_done,{_Suite,init_per_group,_},State) -> State; report1(tc_done,{_Suite,end_per_group,_},State) -> State; -report1(tc_done,{_Suite,ct_init_per_group,_},State) -> - State; -report1(tc_done,{_Suite,ct_end_per_group,_},State) -> - State; report1(tc_done,{_Suite,_Case,ok},State) -> State#state{ok=State#state.ok+1}; report1(tc_done,{_Suite,_Case,{failed,_Reason}},State) -> |