<?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/"
		>
<channel>
	<title>Comments on: Using PHPUnit with Hudson</title>
	<atom:link href="http://blog.uncommons.org/2009/03/25/using-phpunit-with-hudson/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.uncommons.org/2009/03/25/using-phpunit-with-hudson/</link>
	<description>Rants and opinion interspersed with awe-inspiring tales of heoric software engineering endeavours.</description>
	<lastBuildDate>Thu, 28 Apr 2011 20:53:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ladislav Prskavec</title>
		<link>http://blog.uncommons.org/2009/03/25/using-phpunit-with-hudson/comment-page-1/#comment-3995</link>
		<dc:creator>Ladislav Prskavec</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=490#comment-3995</guid>
		<description>Thanks for your solution. I use for Hudson phing task for phpunit. Phing generates compatible xml.</description>
		<content:encoded><![CDATA[<p>Thanks for your solution. I use for Hudson phing task for phpunit. Phing generates compatible xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.uncommons.org/2009/03/25/using-phpunit-with-hudson/comment-page-1/#comment-3955</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 02 Apr 2009 18:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=490#comment-3955</guid>
		<description>MIke, I was afraid that might be a problem.  It&#039;s the first time I&#039;ve used PHPUnit, so it worked for me but I wasn&#039;t sure it would work in general.

I&#039;ll take another look at enhancing Hudson at the weekend if I get a chance.</description>
		<content:encoded><![CDATA[<p>MIke, I was afraid that might be a problem.  It&#8217;s the first time I&#8217;ve used PHPUnit, so it worked for me but I wasn&#8217;t sure it would work in general.</p>
<p>I&#8217;ll take another look at enhancing Hudson at the weekend if I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rooney</title>
		<link>http://blog.uncommons.org/2009/03/25/using-phpunit-with-hudson/comment-page-1/#comment-3954</link>
		<dc:creator>Mike Rooney</dc:creator>
		<pubDate>Wed, 01 Apr 2009 21:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=490#comment-3954</guid>
		<description>Hello! I saw you respond to my stack overflow post (http://stackoverflow.com/questions/518083/how-might-i-integrate-phpunit-with-hudson-ci) and link here, and I thought I would try this out. Unfortunately I still get the &quot;None of the test reports contained any result&quot; error. You mention Hudson can&#039;t handle nested testsuite tags, and if so then it makes sense because my phpunit result XML file is many levels deep:

&lt;testsuites
  &lt;testsuite
    &lt;testsuite
      &lt;testsuite
        &lt;testcase

So I suppose in my case just removing the first level wasn&#039;t enough. I&#039;d really need something to recursively remove them and perhaps adjust the classnames appropriately.

If you have any hints here that would be greatly appreciated! I&#039;d also encourage you take another shot at supporting things like this in Hudson as it would help people like myself out as well :)</description>
		<content:encoded><![CDATA[<p>Hello! I saw you respond to my stack overflow post (<a href="http://stackoverflow.com/questions/518083/how-might-i-integrate-phpunit-with-hudson-ci" rel="nofollow">http://stackoverflow.com/questions/518083/how-might-i-integrate-phpunit-with-hudson-ci</a>) and link here, and I thought I would try this out. Unfortunately I still get the &#8220;None of the test reports contained any result&#8221; error. You mention Hudson can&#8217;t handle nested testsuite tags, and if so then it makes sense because my phpunit result XML file is many levels deep:</p>
<p>&lt;testsuites<br />
  &lt;testsuite<br />
    &lt;testsuite<br />
      &lt;testsuite<br />
        &lt;testcase</p>
<p>So I suppose in my case just removing the first level wasn&#8217;t enough. I&#8217;d really need something to recursively remove them and perhaps adjust the classnames appropriately.</p>
<p>If you have any hints here that would be greatly appreciated! I&#8217;d also encourage you take another shot at supporting things like this in Hudson as it would help people like myself out as well <img src='http://blog.uncommons.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

