From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 88 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 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 f4ce5369f7..94738d2eff 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,94 @@ notes.xml +
Common_Test 1.9 + +
Fixed Bugs and Malfunctions + + +

+ The source code to html code generator in Test Server + (and Common Test) would fail to generate anchors in the + html code for functions with non-expandable macros, + resulting in bad html links to such functions. This + correction lets the code generator ignore macros that + can't be expanded (i.e. not pre-process them), so that + correct anchors will always be produced.

+

+ Own Id: OTP-11766 Aux Id: seq12556

+
+ +

+ OTP-11971 erroneously changed the handling of relative + paths (import/export files) specified in the cover spec + file. This is now corrected so these are expected to be + relative to the directory where the cover spec file + itself is stored.

+

+ Own Id: OTP-12031

+
+ +

+ Common Test would sometimes crash while trying to print + large amounts of SASL reports to log on a computer with a + slow file system. This problem (due to an error in IO + message buffering in ct_logs) has been fixed.

+

+ Own Id: OTP-12159

+
+ +

+ The common_test telnet client, ct_telnet and friends, had + some unstable test cases. Some of these were caused by + the unix_telnet callback sending an extra newline after + sending the password. This caused the sever to send an + extra prompt back which confused the tests. The extra + newline is no longer sent.

+

+ Also, debug printouts and logging from the telnet client + is improved, and some test cases are slightly modified in + order to stabilize the test.

+

+ Own Id: OTP-12329

+
+ +

+ ct_netconfc did not expect the return value + {error,timeout} from ssh_connection:subsystem/4. This has + been corrected.

+

+ Own Id: OTP-12334

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

+ A new option, {newline,boolean()} is added to all + functions in ct_telnet that send data (command + strings) to the telnet server. By default, + ct_telnet adds a newline to all command strings, + and by setting the new option to false this + behavior is turned off.

+

+ Own Id: OTP-12252 Aux Id: seq12730

+
+ +

+ Distribute autoconf helpers to applications at + build time instead of having multiple identical copies + committed in the repository.

+

+ Own Id: OTP-12348

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