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/test_server/doc/src/notes.xml | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'lib/test_server') diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index dae071311c..e0c4c28e44 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,48 @@ notes.xml +
Test_Server 3.4.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

+
+
+
+ + +
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

+
+ +

+ It is now possible to skip all tests in a suite, or a + group, by returning {fail,Reason} from the end_tc/5 + framework function for init_per_suite, or init_per_group.

+

+ Own Id: OTP-8805 Aux Id: seq11664

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