<?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>Blog &#187; grails</title>
	<atom:link href="http://blog.bprog.no/index.php/tag/grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bprog.no</link>
	<description>Some personal and some technical posts</description>
	<lastBuildDate>Sun, 14 Jun 2009 19:04:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Grails converters not available in unit testing</title>
		<link>http://blog.bprog.no/index.php/2009/05/grails-converters-not-available-in-unit-testing/</link>
		<comments>http://blog.bprog.no/index.php/2009/05/grails-converters-not-available-in-unit-testing/#comments</comments>
		<pubDate>Fri, 08 May 2009 20:42:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[convertes]]></category>
		<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=117</guid>
		<description><![CDATA[Bah, can&#8217;t believe that it took me that long to figure it out. Apparently you need to have the Grails application context up and running in order to use convertes (as XML / JSON) in your unit tests. After moving my test from the unit test folder over into the integration test folder it worked [...]]]></description>
			<content:encoded><![CDATA[<p>Bah, can&#8217;t believe that it took me that long to figure it out. Apparently you need to have the Grails application context up and running in order to use convertes (as XML / JSON) in your unit tests. After moving my test from the unit test folder over into the integration test folder it worked like a charm. Well, I&#8217;ve wasted time and blogged about it so you won&#8217;t have to repeat the mistake. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2009/05/grails-converters-not-available-in-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
