From 17224a3d31d25ce6daa4de63b52b26bee9564bcd Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 13 Sep 2010 17:58:05 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index eadfc83c07..af9dbfa9ec 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,69 @@ notes.xml +
Common_Test 1.5.1 + +
Fixed Bugs and Malfunctions + + +

+ Returning {return_group_result,failed} from end_per_group + in a group that is part of a sequence, did not cause the + proceeding cases (or groups) to get skipped. This has + been fixed.

+

+ Own Id: OTP-8753 Aux Id: seq11644

+
+ +

+ ct:install now works as the documentation describes.

+

+ Own Id: OTP-8818 Aux Id: seq-11666

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

+ Common Test has been updated to handle start options and + test specification terms for test case groups (and test + cases in groups). Also, an option named 'label', has been + added that associates the test run with a name that + Common Test prints in the overview HTML logs.

+

+ Own Id: OTP-8725 Aux Id: OTP-8727

+
+ +

+ Andrey Pampukha has been added to the AUTHORS file. Thank + you Andrey for your work on configuration data handling, + Large Scale Testing improvements, and other useful + updates and fixes.

+

+ Own Id: OTP-8803

+
+ +

+ The Configuration Data chapter in the User's Guide has + been updated.

+

+ Own Id: OTP-8804

+
+ +

+ Milliseconds are now included in timestamps in Common + Test log entries. (Thanks to Tomas Johansson.)

+

+ Own Id: OTP-8808

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