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/test_server/doc/src/notes.xml | 59 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'lib/test_server/doc/src/notes.xml') diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index 3a10bb209d..50923b1b03 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,65 @@ notes.xml +
Test_Server 3.4.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

+
+ +

+ 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

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

+ When running tests with auto-compilation disabled, Common + Test could only display the test suite source code on + html format in the test case log if the source file was + located in the same directory as the pre-compiled suite. + This has been modified so that Common Test now tries to + locate the source file by means of the test suite module + info (Suite:module_info/1). As a result, a suite may now + be compiled to a different output directory (e.g. + $MYTEST/bin) than the source code directory (e.g. + $MYTEST/src), without the source-code-to-html generation + being affected.

+

+ Own Id: OTP-9138

+
+ +

+ 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

+
+ +

+ Added DragonflyBSD check in test_server configure.

+

+ Own Id: OTP-9249

+
+
+
+ +
+
Test_Server 3.4.3
Fixed Bugs and Malfunctions -- cgit v1.2.3