diff options
author | Henrik Nord <[email protected]> | 2011-08-30 11:23:29 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-30 11:23:38 +0200 |
commit | 25543b7f0be1b87351d616143b5d149b1aed1cea (patch) | |
tree | d7438518433b32bf4c604a51a33fd5c9ede0cee8 /lib/eunit/src/eunit_surefire.erl | |
parent | 7879629d693df9d34e75d297d171eba0cc5dae5c (diff) | |
parent | e70a2fd034793729e10fdba707e7248270116768 (diff) | |
download | otp-25543b7f0be1b87351d616143b5d149b1aed1cea.tar.gz otp-25543b7f0be1b87351d616143b5d149b1aed1cea.tar.bz2 otp-25543b7f0be1b87351d616143b5d149b1aed1cea.zip |
Merge branch 'rc/eunit-2.2.0' into dev
* rc/eunit-2.2.0:
Updated to EUnit version 2.2.0
OTP-9505
Diffstat (limited to 'lib/eunit/src/eunit_surefire.erl')
-rw-r--r-- | lib/eunit/src/eunit_surefire.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/src/eunit_surefire.erl b/lib/eunit/src/eunit_surefire.erl index 25b5cde09c..6e0a447105 100644 --- a/lib/eunit/src/eunit_surefire.erl +++ b/lib/eunit/src/eunit_surefire.erl @@ -15,7 +15,7 @@ %% %% $Id: $ %% -%% @author Mickaël Rémond <[email protected]> +%% @author Micka�l R�mond <[email protected]> %% @copyright 2009 Micka�l R�mond, Paul Guyot %% @see eunit %% @doc Surefire reports for EUnit (Format used by Maven and Atlassian |