<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning by Experience &#187; testing</title>
	<atom:link href="http://www.inze.be/andries/category/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inze.be/andries</link>
	<description>Java, Project Management, Life and anything else.</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:34:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Access HSQL Databasemanager during a test</title>
		<link>http://www.inze.be/andries/2009/06/29/access-hsql-databasemanager-during-a-test/</link>
		<comments>http://www.inze.be/andries/2009/06/29/access-hsql-databasemanager-during-a-test/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:01:44 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=156</guid>
		<description><![CDATA[We all need it at some point or another when using HSQL. What&#8217;s in my database during a test? When your code reaches your breakpoint, you can run following command by pasting it, selecting and executing (alt+shift+X) following line: org.hsqldb.util.DatabaseManagerSwing.main(new String[]{}); org.hsqldb.util.DatabaseManagerSwing.main(new String[]{}); Since you are starting the instance from the same thread, you&#8217;ll see [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2009/06/29/access-hsql-databasemanager-during-a-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
