From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 60 +++++++++++++++++++++++++++++++++++++++ lib/common_test/vsn.mk | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 38fdc2442e..8b40173e8a 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,66 @@ notes.xml +
Common_Test 1.17 + +
Fixed Bugs and Malfunctions + + +

+ A bug caused ct:encrypt_config_file/3 and + ct:decrypt_config_file/3 to fail with + badmatch if input parameter KeyOrFile was + {key,string()}. This is now corrected.

+

+ Own Id: OTP-15540

+
+ +

+ The status of a test case which failed with timetrap + timeout in end_per_testcase could not be modified + by returning {fail,Reason} from a + post_end_per_testcase hook function. This is now + corrected.

+

+ Own Id: OTP-15584 Aux Id: ERIERL-282

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

+ A new variant of the newline option to + ct_telnet:cmd/3 and ct_telnet:send/3 is + added, which allows to specify a string to append as + newline indicator on a command. By default, the value is + "\n", but in some cases it is required to be "\r\n", + which this option allows.

+

+ A faulty regular expression given as parameter to + ct_telnet:expect/2,3 would earlier crash and look + like an internal error in common_test. A better error + indication is now given, but the test case will still + fail.

+

+ Own Id: OTP-15229 Aux Id: ERIERL-203

+
+ +

+ Since the yang RFC allows more than one top element of + config data in an edit-config element, + ct_netconfc:edit_config/3,4,5 can now take a list + of XML elements.

+

+ Own Id: OTP-15298

+
+
+
+ +
+
Common_Test 1.16.1
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index fd5d4a57aa..23eb8d9656 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.16.1 +COMMON_TEST_VSN = 1.17 -- cgit v1.2.3