From 512f099b247b17b3145e90293167a4ba373b9471 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 6 May 2015 10:46:46 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 60 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 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 822ebf146e..472e3b7833 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,66 @@ notes.xml +
Common_Test 1.10.1 + +
Fixed Bugs and Malfunctions + + +

+ A fault in the Common Test logger process, that caused + the application to crash when running on a long name + node, has been corrected.

+

+ Own Id: OTP-12643

+
+ +

+ A 'wait_for_prompt' option in ct_telnet:expect/3 has been + introduced which forces the function to not return until + a prompt string has been received, even if other expect + patterns have already been found.

+

+ Own Id: OTP-12688 Aux Id: seq12818

+
+ +

+ If the last expression in a test case causes a timetrap + timeout, the stack trace is ignored and not printed to + the test case log file. This happens because the + {Suite,TestCase,Line} info is not available in the stack + trace in this scenario, due to tail call elimination. + Common Test has been modified to handle this situation by + inserting a {Suite,TestCase,last_expr} tuple in the + correct place and printing the stack trace as expected.

+

+ Own Id: OTP-12697 Aux Id: seq12848

+
+ +

+ Fixed a buffer problem in ct_netconfc which could cause + that some messages where buffered forever.

+

+ Own Id: OTP-12698 Aux Id: seq12844

+
+ +

+ The VTS mode in Common Test has been modified to use a + private version of the Webtool application (ct_webtool).

+

+ Own Id: OTP-12704 Aux Id: OTP-10922

+
+ +

+ Add possibility to add user capabilities in + ct_netconfc:hello/3.

+

+ Own Id: OTP-12707 Aux Id: seq12846

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