<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: When Writing Developer Tests, Take on Account that the JRE Is Another Leaky Abstraction</title>
	<atom:link href="http://kaksles.org/2007/08/25/when-writing-developer-tests-take-on-account-that-the-jre-is-another-leaky-abstraction/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaksles.org/2007/08/25/when-writing-developer-tests-take-on-account-that-the-jre-is-another-leaky-abstraction/</link>
	<description>Reflections of programming as a real-world activity.</description>
	<lastBuildDate>Tue, 11 May 2010 16:19:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Eugene</title>
		<link>http://kaksles.org/2007/08/25/when-writing-developer-tests-take-on-account-that-the-jre-is-another-leaky-abstraction/#comment-1779</link>
		<dc:creator><![CDATA[Eugene]]></dc:creator>
		<pubDate>Wed, 22 Oct 2008 23:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://kaksles.org/2007/08/25/when-writing-developer-tests-take-on-account-that-the-jre-is-another-leaky-abstraction/#comment-1779</guid>
		<description><![CDATA[Nice article. Thanks. :) Eugene]]></description>
		<content:encoded><![CDATA[<p>Nice article. Thanks. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Hjort</title>
		<link>http://kaksles.org/2007/08/25/when-writing-developer-tests-take-on-account-that-the-jre-is-another-leaky-abstraction/#comment-1195</link>
		<dc:creator><![CDATA[Markus Hjort]]></dc:creator>
		<pubDate>Sun, 26 Aug 2007 12:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://kaksles.org/2007/08/25/when-writing-developer-tests-take-on-account-that-the-jre-is-another-leaky-abstraction/#comment-1195</guid>
		<description><![CDATA[I guess Ville proposed this idea because we used to use different JRE  for our unit tests in our last project. JRE 6.0 was used for tests, while production server was JRE 1.4.2. Although, we had different JRE for unit tests, we  did run all higher level tests with same JRE as used in production. So we actually had three different modules: for production code, for unit tests and for integration tests. I know that it is a bit complex setup, but for us it worked pretty well.

And I totally agree with your point. Project&#039;s continuous integration environment should be very similar with production environment. So you should use same JRE if it is possible.]]></description>
		<content:encoded><![CDATA[<p>I guess Ville proposed this idea because we used to use different JRE  for our unit tests in our last project. JRE 6.0 was used for tests, while production server was JRE 1.4.2. Although, we had different JRE for unit tests, we  did run all higher level tests with same JRE as used in production. So we actually had three different modules: for production code, for unit tests and for integration tests. I know that it is a bit complex setup, but for us it worked pretty well.</p>
<p>And I totally agree with your point. Project&#8217;s continuous integration environment should be very similar with production environment. So you should use same JRE if it is possible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

