From ba04662d2b37458915b177ba8b6d77641120ac13 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 14 Jun 2019 08:47:47 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'lib/common_test/doc') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index d1b9bc320a..21fb46f665 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,37 @@ notes.xml +
Common_Test 1.15.4.3 + +
Fixed Bugs and Malfunctions + + +

+ If a ct hook is installed in the suite/0 function + in a test suite, then the hook's terminate/1 + function would be called several times without it's + init/2 function being called first. This is now + corrected.

+

+ Own Id: OTP-15863 Aux Id: ERIERL-370

+
+ +

+ If init_per_testcase fails, the test itself is + skipped. According to the documentation, it should be + possible to change the result to failed in a hook + function. The only available hook function in this case + is post_init_per_testcase, but changing the return + value there did not affect the test case result. This is + now corrected.

+

+ Own Id: OTP-15869 Aux Id: ERIERL-350

+
+
+
+ +
+
Common_Test 1.15.4.2
Fixed Bugs and Malfunctions -- cgit v1.2.3