<?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>Mon, 09 Jan 2012 21:38:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</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[]{}); Since you are starting the instance from the same thread, you&#8217;ll see what the [...]]]></description> <content:encoded><![CDATA[<p>We all need it at some point or another when using HSQL. What&#8217;s in my database during a test?</p><p>When your code reaches your breakpoint, you can run following command by pasting it, selecting and executing (<em>alt+shift+X) </em>following line:<br
/> <em>org.hsqldb.util.DatabaseManagerSwing.main(new String[]{});</em></p><pre class="brush: java; title: ; notranslate">org.hsqldb.util.DatabaseManagerSwing.main(new String[]{});</pre><p>Since you are starting the instance from the same thread, you&#8217;ll see what the thread sees, uncommitted read!</p><p>KR,<br
/> Andries</p> ]]></content:encoded> <wfw:commentRss>http://www.inze.be/andries/2009/06/29/access-hsql-databasemanager-during-a-test/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
