<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/common_test/test, branch OTP_R14B03</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright years</title>
<updated>2011-05-20T14:11:43+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2011-05-20T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad5a1519e74d79218c0dd2ef79a39d75bd0155bf'/>
<id>ad5a1519e74d79218c0dd2ef79a39d75bd0155bf</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 'lukas/common_test/ct_hook_bugs/OTP-9264' into dev</title>
<updated>2011-05-06T10:23:24+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-05-06T10:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ab60eaaba8ba089a5b9a7d4b3119650ba08dac6'/>
<id>1ab60eaaba8ba089a5b9a7d4b3119650ba08dac6</id>
<content type='text'>
* lukas/common_test/ct_hook_bugs/OTP-9264:
  Fix bug which would make cth's to not be removed when out of scope when adding a cth in suite/0 and crashing in pre_init_per_suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/common_test/ct_hook_bugs/OTP-9264:
  Fix bug which would make cth's to not be removed when out of scope when adding a cth in suite/0 and crashing in pre_init_per_suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with merging ticket branch.</title>
<updated>2011-04-28T20:46:50+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-20T12:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2de8f6d4b2e572171cb3237ed7b9f5a1dfcc16e4'/>
<id>2de8f6d4b2e572171cb3237ed7b9f5a1dfcc16e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems with timetrap handling in common_test:</title>
<updated>2011-04-28T20:45:58+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-19T21:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0197acace48c17dcb500b7bdb10d2cc1cbaa848e'/>
<id>0197acace48c17dcb500b7bdb10d2cc1cbaa848e</id>
<content type='text'>
1. ct:timetrap(infinity) not supported.
2. Previous set timetrap for a test case is not cancelled by new one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. ct:timetrap(infinity) not supported.
2. Previous set timetrap for a test case is not cancelled by new one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to fail test case by returning {fail,Reason} from init_per_testcase.</title>
<updated>2011-04-28T20:45:57+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-19T13:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4e506a1997af07de7223a307418457ba36bb520c'/>
<id>4e506a1997af07de7223a307418457ba36bb520c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with merging a ticket branch.</title>
<updated>2011-04-28T20:45:57+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-19T10:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3d6fbd020322728648146789ca40c2bd1b87a9f2'/>
<id>3d6fbd020322728648146789ca40c2bd1b87a9f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues related to test case groups:</title>
<updated>2011-04-28T20:43:54+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-18T19:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=17808ea01d04f25574aa627f2716704a09e59354'/>
<id>17808ea01d04f25574aa627f2716704a09e59354</id>
<content type='text'>
1. Allow empty group to be specified without generating an error.
2. Sort out potential problem with unnecessary call to delete_subs/2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Allow empty group to be specified without generating an error.
2. Sort out potential problem with unnecessary call to delete_subs/2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for suite with empty group.</title>
<updated>2011-04-28T20:43:53+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-18T13:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4c851d574b6e9ebd29ffd41b7ebd76b0912b7cf'/>
<id>b4c851d574b6e9ebd29ffd41b7ebd76b0912b7cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve validation of test events.</title>
<updated>2011-04-28T20:43:53+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-15T14:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=75084ccccb24b6a7d91120cd5ce3732fe17175f2'/>
<id>75084ccccb24b6a7d91120cd5ce3732fe17175f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing tests on Windows.</title>
<updated>2011-04-28T20:43:53+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-14T16:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7212d250ad3383b83de814646f038f7a77373b6f'/>
<id>7212d250ad3383b83de814646f038f7a77373b6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
