From ada2a055fd183082bcefd5e4b94477959e75ebee Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 6 Dec 2010 12:31:03 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 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 af9dbfa9ec..2fd5dcf4f1 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,57 @@ notes.xml +
Common_Test 1.5.2 + +
Fixed Bugs and Malfunctions + + +

+ Updated ct:get_status documentation to describe + no_tests_running return value.

+

+ Own Id: OTP-8895 Aux Id: seq11701

+
+ +

+ Fixed race condition test failures in the test suites + testing common test's parallel groups feature.

+

+ Own Id: OTP-8921

+
+ +

+ The include directive of testspecs now work when used on + a remote node.

+

+ Own Id: OTP-8935 Aux Id: seq11731

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

+ ct:parse_table can now handle multiline sql rows

+

+ Own Id: OTP-8907 Aux Id: seq11702

+
+ +

+ The run_test executable has been renamed to the less + generic ct_run to better work with other applications. + run_test will remain until R16B at which point it will be + removed.

+

+ Own Id: OTP-8936

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