<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/eunit/src, branch OTP_R15B</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'dev' into major</title>
<updated>2011-09-28T13:04:44+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-09-28T13:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=530683905cc5d2d42c05802562bc8c1299ab2876'/>
<id>530683905cc5d2d42c05802562bc8c1299ab2876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed some never-matching clauses reported by dialyzer</title>
<updated>2011-09-25T16:19:07+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2011-09-23T20:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c78dae078936252a605630170b81dcd3e09382fa'/>
<id>c78dae078936252a605630170b81dcd3e09382fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated author e-mails and homepages</title>
<updated>2011-09-25T15:57:29+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2011-07-19T09:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fde5038d0304b0e6020eae134dbc6bc3b452c867'/>
<id>fde5038d0304b0e6020eae134dbc6bc3b452c867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed cvs keywords from files</title>
<updated>2011-09-25T15:44:02+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2011-07-19T09:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=33b9fe219788bb8658cc160620ad6a6757312ea6'/>
<id>33b9fe219788bb8658cc160620ad6a6757312ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dev' into major</title>
<updated>2011-08-30T09:28:41+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-08-30T09:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=db333803584b17b6f281c974f8f78034be60e010'/>
<id>db333803584b17b6f281c974f8f78034be60e010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rc/eunit-2.2.0' into dev</title>
<updated>2011-08-30T09:23:38+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-08-30T09:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=25543b7f0be1b87351d616143b5d149b1aed1cea'/>
<id>25543b7f0be1b87351d616143b5d149b1aed1cea</id>
<content type='text'>
* rc/eunit-2.2.0:
  Updated to EUnit version 2.2.0

OTP-9505
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rc/eunit-2.2.0:
  Updated to EUnit version 2.2.0

OTP-9505
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to EUnit version 2.2.0</title>
<updated>2011-08-30T09:18:32+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2011-07-18T21:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e70a2fd034793729e10fdba707e7248270116768'/>
<id>e70a2fd034793729e10fdba707e7248270116768</id>
<content type='text'>
  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 &lt;Module&gt;_tests.erl are
  no longer executed twice.

  The use of 'regexp' internally has been replaced with 're'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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 &lt;Module&gt;_tests.erl are
  no longer executed twice.

  The use of 'regexp' internally has been replaced with 're'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dev' into major</title>
<updated>2011-08-25T08:58:33+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-08-25T08:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=756a93ca2064b9e0eba3d82a7bd37aeae0f39be1'/>
<id>756a93ca2064b9e0eba3d82a7bd37aeae0f39be1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eunit: Support parallel make</title>
<updated>2011-08-08T09:59:11+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-06-28T13:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=13cc114325d31626a84fbecbe07bb0f76c3726cf'/>
<id>13cc114325d31626a84fbecbe07bb0f76c3726cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate separate surefire XMLs for each test suite</title>
<updated>2011-05-26T15:47:19+00:00</updated>
<author>
<name>Klas Johansson</name>
<email>klas.johansson@gmail.com</email>
</author>
<published>2011-05-11T20:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=61621e6623bca4ae75c44a2d8f765098ac798e42'/>
<id>61621e6623bca4ae75c44a2d8f765098ac798e42</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
