From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/eunit/doc/src/notes.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++ lib/eunit/vsn.mk | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) (limited to 'lib/eunit') diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml index a02d76c5b9..e68330482c 100644 --- a/lib/eunit/doc/src/notes.xml +++ b/lib/eunit/doc/src/notes.xml @@ -32,6 +32,63 @@

This document describes the changes made to the EUnit application.

+
Eunit 2.2.1 + +
Fixed Bugs and Malfunctions + + +

+ Generate separate surefire XMLs for each test suite

+

+ Previously the test cases of all test suites (=modules) + were put in one and the same surefire report XML thereby + breaking the principle of least astonishment and making + post analysis harder. Assume the following layout:

+

+ src/x.erl src/y.erl test/x_tests.erl test/y_tests.erl

+

+ The results for both x_tests and y_tests were written to + only one report grouped under either module x or y + (seemingly randomly).

+

+ Now two reports, one for module x and one for y are + generated. (Thanks to Klas Johansson)

+

+ Own Id: OTP-9465

+
+ +

+ Updated to EUnit version 2.2.0

+

+ New macros assertNotMatch(Guard, Expr), + assertNotEqual(Unexpected, Expr), and + assertNotException(Class, Term, Expr).

+

+ The debugMsg macro now also prints the pid of the current + process.

+

+ When testing all modules in a directory, tests in + Module_tests.erl are no longer executed twice.

+

+ The use of regexp internally has been replaced with re. + (Thanks to Richard Carlsson)

+

+ Own Id: OTP-9505

+
+ +

+ Removed some never-matching clauses reported by dialyzer + Updated author e-mails and homepages Removed cvs keywords + from files Removed files that should not be checked in + (Thanks to Richard Carlsson)

+

+ Own Id: OTP-9591

+
+
+
+ +
+
Eunit 2.1.7
Fixed Bugs and Malfunctions diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk index d933085bbc..b0a77a225b 100644 --- a/lib/eunit/vsn.mk +++ b/lib/eunit/vsn.mk @@ -1 +1 @@ -EUNIT_VSN = 2.2.0 +EUNIT_VSN = 2.2.1 -- cgit v1.2.3