From e70a2fd034793729e10fdba707e7248270116768 Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Mon, 18 Jul 2011 23:18:32 +0200 Subject: 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 _tests.erl are no longer executed twice. The use of 'regexp' internally has been replaced with 're'. --- lib/eunit/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eunit/vsn.mk') diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk index d7edd7977b..d933085bbc 100644 --- a/lib/eunit/vsn.mk +++ b/lib/eunit/vsn.mk @@ -1 +1 @@ -EUNIT_VSN = 2.1.7 +EUNIT_VSN = 2.2.0 -- cgit v1.2.3