From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 93 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 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 2d6bcc0d8b..fce5401f13 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,99 @@ notes.xml +
Common_Test 1.7.3 + +
Fixed Bugs and Malfunctions + + +

+ Documentation is added for ct_netconfc:send and + ct_netconfc:send_rpc.

+

+ Own Id: OTP-11132

+
+ +

+ ct_netconfc:create_subscription only allowed one XML + element inside the 'filter' element. According to RFC5277 + it should be allowed to add any number of elements inside + the filter, so this is now corrected.

+

+ Own Id: OTP-11166

+
+ +

+ The error handler installed by the Common Test hook + cth_log_redirect did not respond to init:stop/1/2. This + has been corrected.

+

+ Own Id: OTP-11175 Aux Id: seq12356

+
+ +

+ Calling ct:pal/2 or ct:print/2 when Common Test was not + running, would cause an exit. This has been changed and + the string is now simply printed to stdout instead.

+

+ Own Id: OTP-11176

+
+ +

+ Fixed problem with the cth_log_redirect hook making calls + to an undefined function in ct_logs.

+

+ Own Id: OTP-11238

+
+ +

+ When running tests with the 'repeat' option, the Common + Test utility process did not always terminate quickly + enough after a test run, causing the start of the next + run to fail. A monitor is now used to ensure termination + of the utility process after each test run.

+

+ Own Id: OTP-11244 Aux Id: seq12396

+
+ +

+ Test Server installed an error handler (test_server_h) + only to be able to write the name of the current test + case to stdout whenever it received an error- or progress + report. This functionality was not useful and has been + removed. The built-in Common Test hook, cth_log_redirect, + has instead been improved to now also tag all error- and + progress reports in the log with suite-, group-, and/or + test case name.

+

+ Own Id: OTP-11263 Aux Id: seq12251

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

+ A new log, the "Pre- and Post Test I/O Log", has been + introduced, which makes it possible to capture error- and + progress reports, as well as printouts made with ct:log/2 + and ct:pal/2, before and after a test run. (Some minor + improvements of the logging system have been made at the + same time). Links to the new log are found on the Common + Test Framework Log page. The Common Test User's Guide has + been updated with information about the new log and also + with a new section on how to synchronize external + applications with Common Test by means of the CT Hook + init and terminate functions.

+

+ Own Id: OTP-11272

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