From fc0427be6d482182ec70f3cd87c73027cfb17ea9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Dec 2016 11:45:22 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'lib/common_test/doc/src/notes.xml') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 7653670d30..83e6511c04 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,65 @@ notes.xml +
Common_Test 1.13 + +
Fixed Bugs and Malfunctions + + +

+ Some types of printouts to screen during test runs + (including ct:print/1,2,3,4) used the local + user process as IO device and these printouts + would not be visible when e.g. running tests via a shell + on a remote node. A default Common Test group leader + process has been introduced to solve the problem. This + process routes printouts to the group leader of the + starting process, if available, otherwise to user.

+

+ Own Id: OTP-13973 Aux Id: ERL-279

+
+ +

+ Some Common Test processes, that act as I/O group leaders + for test cases, would not terminate as expected at the + end of test runs. This error has been corrected.

+

+ Own Id: OTP-14026 Aux Id: ERL-287

+
+ +

+ The logging verbosity feature was incorrectly documented. + The default verbosity levels for test runs is e.g. not 50 + (?STD_VERBOSITY), but 100 (?MAX_VERBOSITY). + Also, some of the examples had errors and flaws. The + corresponding chapter (5.18) in the User's Guide has been + updated.

+

+ Own Id: OTP-14044 Aux Id: seq13223

+
+
+
+ + +
Improvements and New Features + + +

+ A feature to let the user specify headings to log + printouts has been added. The heading is specified as + {heading,string()} in the Opts list + argument to ct:pal/3,4,5, ct:print/3,4,5, + or ct:log/3,4,5. If the heading option is omitted, + the category name, or "User", is used as the + heading instead.

+

+ Own Id: OTP-14043 Aux Id: seq13226

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