<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/common_test/src, 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/timeout_location_fix/OTP-9265' into dev</title>
<updated>2011-05-09T07:17:55+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-05-09T07:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9f66f078bcd5cb4242e22e60242dab12c57cdc47'/>
<id>9f66f078bcd5cb4242e22e60242dab12c57cdc47</id>
<content type='text'>
* lukas/common_test/timeout_location_fix/OTP-9265:
  Fix ct_framework to not crash when error_notification location is undefined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/common_test/timeout_location_fix/OTP-9265:
  Fix ct_framework to not crash when error_notification location is undefined.
</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 error in vts mode, making it impossible to execute suites with test case groups.</title>
<updated>2011-04-28T20:46:50+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-20T20:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d427b63281b586af260d39cee2c910ff0fe5aa2'/>
<id>2d427b63281b586af260d39cee2c910ff0fe5aa2</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>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>Make it possible to refresh the top level index page at the start of a test run.</title>
<updated>2011-04-28T20:42:59+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-11T20:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4e1b099698aac698f89ca172b62ba2330c85ad90'/>
<id>4e1b099698aac698f89ca172b62ba2330c85ad90</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 CT hook start error causing IO to be sent to wrong group leader process.</title>
<updated>2011-04-20T20:32:38+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2011-04-08T14:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=34208aa4201b169249c03a188afb5076dc4804a2'/>
<id>34208aa4201b169249c03a188afb5076dc4804a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export ct_framework:end_tc/3 for backwards compatability reasons</title>
<updated>2011-04-15T12:45:00+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-04-05T15:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8f33b229f303cbd360fd8c8262e26a5a47416710'/>
<id>8f33b229f303cbd360fd8c8262e26a5a47416710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ct_framework to not crash when error_notification location is undefined.</title>
<updated>2011-03-31T09:09:51+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-03-31T09:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1175eb12b4f20bc4532c2e526f4a525241b5180b'/>
<id>1175eb12b4f20bc4532c2e526f4a525241b5180b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
