<?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"
	>
<channel>
	<title>Comments on: Component test repeatability</title>
	<atom:link href="http://thediscoblog.com/2006/02/23/component-test-repeatability/feed/" rel="self" type="application/rss+xml" />
	<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/</link>
	<description>Can you dig it man?</description>
	<pubDate>Sat, 22 Nov 2008 06:26:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: example of getdataset t</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-68913</link>
		<dc:creator>example of getdataset t</dc:creator>
		<pubDate>Sat, 05 Jul 2008 20:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-68913</guid>
		<description>[...] is located via the getdataset method. ... however, this can be tedious work and doesn????????t ...http://thediscoblog.com/2006/02/23/component-test-repeatability/Read "Re: How to execute MS Access Query using JDBC?" at Java Forum...help me : I can design the [...]</description>
		<content:encoded><![CDATA[<p>[...] is located via the getdataset method. &#8230; however, this can be tedious work and doesn????????t &#8230;http://thediscoblog.com/2006/02/23/component-test-repeatability/Read &#8220;Re: How to execute MS Access Query using JDBC?&#8221; at Java Forum&#8230;help me : I can design the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Disco Blog &#187; 2006 &#187; July &#187; 31</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-904</link>
		<dc:creator>The Disco Blog &#187; 2006 &#187; July &#187; 31</dc:creator>
		<pubDate>Mon, 31 Jul 2006 16:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-904</guid>
		<description>[...] Component test repeatability (The Disco Blog, 02/06) [...]</description>
		<content:encoded><![CDATA[<p>[...] Component test repeatability (The Disco Blog, 02/06) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-705</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 12 Jul 2006 18:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-705</guid>
		<description>What happens when you try and run this?</description>
		<content:encoded><![CDATA[<p>What happens when you try and run this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabrina</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-355</link>
		<dc:creator>Sabrina</dc:creator>
		<pubDate>Fri, 02 Jun 2006 14:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-355</guid>
		<description>thanks you, 
I trying to mixt DBUnit with a test with MockStrutsTestCase and the context spring, it is not easy.</description>
		<content:encoded><![CDATA[<p>thanks you,<br />
I trying to mixt DBUnit with a test with MockStrutsTestCase and the context spring, it is not easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-338</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 01 Jun 2006 02:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-338</guid>
		<description>DefaultMerlinMockStrutsTestCase is a custom class that essentially combines the functionality of both &lt;a href="http://dbunit.sourceforge.net/"&gt;DbUnit&lt;/a&gt; and &lt;a href="http://strutstestcase.sourceforge.net/"&gt;StrutsTestCase&lt;/a&gt; for a specific project. This class extends DefaultDBUnitMockStrutsTestCase and adds some specific information on where the &lt;a href="http://struts.apache.org/"&gt;Struts&lt;/a&gt; config file lives, etc. The DefaultDBUnitMockStrutsTestCase as coded above should be all you need to get going!</description>
		<content:encoded><![CDATA[<p>DefaultMerlinMockStrutsTestCase is a custom class that essentially combines the functionality of both <a href="http://dbunit.sourceforge.net/">DbUnit</a> and <a href="http://strutstestcase.sourceforge.net/">StrutsTestCase</a> for a specific project. This class extends DefaultDBUnitMockStrutsTestCase and adds some specific information on where the <a href="http://struts.apache.org/">Struts</a> config file lives, etc. The DefaultDBUnitMockStrutsTestCase as coded above should be all you need to get going!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hola</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-332</link>
		<dc:creator>Hola</dc:creator>
		<pubDate>Wed, 31 May 2006 15:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-332</guid>
		<description>Hello, 
I would like to use &lt;a href="http://dbunit.sourceforge.net/"&gt;DBUnit&lt;/a&gt; with &lt;a href="http://strutstestcase.sourceforge.net/"&gt;StrutsTestCase&lt;/a&gt;.
In your example, what is DefaultMerlinMockStrutsTestCase?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I would like to use <a href="http://dbunit.sourceforge.net/">DBUnit</a> with <a href="http://strutstestcase.sourceforge.net/">StrutsTestCase</a>.<br />
In your example, what is DefaultMerlinMockStrutsTestCase?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kocka</title>
		<link>http://thediscoblog.com/2006/02/23/component-test-repeatability/#comment-48</link>
		<dc:creator>kocka</dc:creator>
		<pubDate>Tue, 18 Apr 2006 11:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=14#comment-48</guid>
		<description>Hi!

Do you have experience in using dbunit with hibernate? I am trying to test my hibernate-based services using dbunit but using dbunit the sequences used by hibernate are not updated, which results in an error. Do you have a solution for this?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Do you have experience in using dbunit with hibernate? I am trying to test my hibernate-based services using dbunit but using dbunit the sequences used by hibernate are not updated, which results in an error. Do you have a solution for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
