From b92ea63417bc6933393a3c285faf393b3d287ac2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 12 Dec 2011 18:14:34 +0100 Subject: Prepare release --- lib/test_server/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 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 beeff55ffe..d90ad2c4ed 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,49 @@ notes.xml +
Test_Server 3.5 + +
Improvements and New Features + + +

+ The test case group info function has been implemented in + Common Test. Before execution of a test case group, a + call is now made to TestSuite:group(GroupName). + The function returns a list of test properties, e.g. to + specify timetrap values, require configuration data, etc + (analogue to the test suite- and test case info + function). The scope of the properties set by + group(GroupName) is all test cases and sub-groups + of group GroupName.

+

+ Own Id: OTP-9235

+
+ +

+ The look of the HTML log files generated by Common Test + and Test Server has been improved (and made easier to + customize) by means of a CSS file.

+

+ Own Id: OTP-9706

+
+
+
+ + +
Known Bugs and Problems + + +

+ Fix problems in CT/TS due to line numbers in exceptions.

+

+ Own Id: OTP-9203

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