From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 69 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'lib/common_test/doc/src') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 15c7e2a9f2..826b3c598d 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,75 @@ notes.xml +
Common_Test 1.5.4 + +
Fixed Bugs and Malfunctions + + +

+ It was previously not possible to use timetrap value + 'infinity' with ct:timetrap/1. This has been fixed.

+

+ Own Id: OTP-9159

+
+ +

+ The Common Test VTS mode has been updated to be able to + report test results of suites that include test case + groups (when it would previously crash).

+

+ Own Id: OTP-9195

+
+ +

+ Common Test now refreshes the very top level index.html + page at the start of each individual test in a test run, + so that progress of the ongoing test can be tracked by + following the link to its overview page.

+

+ Own Id: OTP-9210 Aux Id: OTP-9054

+
+ +

+ A bug that made it impossible to cancel the previous + timetrap when calling ct:timetrap/1 has been corrected.

+

+ Own Id: OTP-9233 Aux Id: OTP-9159

+
+ +

+ Fix bug which would make cth's to not be removed when out + of scope when adding a cth in suite/0 and crashing in + pre_init_per_suite.

+

+ Own Id: OTP-9264

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

+ It is now possible to return a tuple {fail,Reason} from + init_per_testcase/2. The result is that the associated + test case gets logged as failed without ever executing.

+

+ Own Id: OTP-9160 Aux Id: seq11502

+
+ +

+ Common Test now accepts, but ignores, empty test case + group specifications.

+

+ Own Id: OTP-9161

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