<?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 for a little madness</title>
	<atom:link href="http://www.alittlemadness.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Fri, 12 Mar 2010 17:31:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CITCON Paris 2009: Mocks, CI Servers and Acceptance Testing by Nimz1247@gmail.com</title>
		<link>http://www.alittlemadness.com/2009/10/09/citcon-paris-2009-mocks-ci-servers-and-acceptance-testing/comment-page-1/#comment-208576</link>
		<dc:creator>Nimz1247@gmail.com</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=372#comment-208576</guid>
		<description>Hello. First I need to say that I definitely like your webpage, just determined it last week but I&#039;ve been following it ever since then. 

I appear to concur with most of your ideas and beliefs and this post is no exception. entirely 

Thank you for a wonderful weblog and I hope you preserve up the very good function. If you do I will continue to checked out it. 

Possess a great evening.</description>
		<content:encoded><![CDATA[<p>Hello. First I need to say that I definitely like your webpage, just determined it last week but I&#8217;ve been following it ever since then. </p>
<p>I appear to concur with most of your ideas and beliefs and this post is no exception. entirely </p>
<p>Thank you for a wonderful weblog and I hope you preserve up the very good function. If you do I will continue to checked out it. </p>
<p>Possess a great evening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by Gui</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208285</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208285</guid>
		<description>Does anyone know if it is possible to use boost.test without any other boost library ?</description>
		<content:encoded><![CDATA[<p>Does anyone know if it is possible to use boost.test without any other boost library ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by Gui</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208198</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208198</guid>
		<description>Did not see the previous answer. Seems that on ubuntu boost is multi-threading enable. Following line solve the problem :
g++ -ohello -lboost_unit_test_framework-mt hello.cpp</description>
		<content:encoded><![CDATA[<p>Did not see the previous answer. Seems that on ubuntu boost is multi-threading enable. Following line solve the problem :<br />
g++ -ohello -lboost_unit_test_framework-mt hello.cpp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by Ulrik Gammelby</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208197</link>
		<dc:creator>Ulrik Gammelby</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208197</guid>
		<description>I agree with the other posters, thanks for this gentle and useful introduction to boost tests. The official documentation is WAY too heavy on (irrelevant) words, such as general chatter about why testing is a good thing and long elaborations on how things looked earlier in the framework, confusing the picture if you are just scanning for a specific piece of information.</description>
		<content:encoded><![CDATA[<p>I agree with the other posters, thanks for this gentle and useful introduction to boost tests. The official documentation is WAY too heavy on (irrelevant) words, such as general chatter about why testing is a good thing and long elaborations on how things looked earlier in the framework, confusing the picture if you are just scanning for a specific piece of information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by Gui</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208195</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208195</guid>
		<description>I may be stupid but is the parameter &quot;-lboost_unit_test_framework&quot; supposed to work while compiling hello.cpp ? I get this outpur error :
/usr/bin/ld: cannot find -lboost_unit_test_framework ...</description>
		<content:encoded><![CDATA[<p>I may be stupid but is the parameter &#8220;-lboost_unit_test_framework&#8221; supposed to work while compiling hello.cpp ? I get this outpur error :<br />
/usr/bin/ld: cannot find -lboost_unit_test_framework &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Boost.Test with Boost.Build by Ewoud</title>
		<link>http://www.alittlemadness.com/2009/12/04/using-boost-test-with-boost-build/comment-page-1/#comment-207648</link>
		<dc:creator>Ewoud</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=437#comment-207648</guid>
		<description>Thanks! Just the kind of clear and practical example I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks! Just the kind of clear and practical example I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by Essex</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-206935</link>
		<dc:creator>Essex</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-206935</guid>
		<description>This little introduction is better than any of the official Boost.Test documentation. I&#039;m actually using it now, rather than getting more and more baffled in a mountain of technical specifications.</description>
		<content:encoded><![CDATA[<p>This little introduction is better than any of the official Boost.Test documentation. I&#8217;m actually using it now, rather than getting more and more baffled in a mountain of technical specifications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by Joe</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-205858</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-205858</guid>
		<description>Thanks so much for writing this up!  This was way more helpful than the official Boost docs.</description>
		<content:encoded><![CDATA[<p>Thanks so much for writing this up!  This was way more helpful than the official Boost docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Incremental schema upgrades using Hibernate by Scott</title>
		<link>http://www.alittlemadness.com/2006/08/28/incremental-schema-upgrades-using-hibernate/comment-page-1/#comment-205497</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=43#comment-205497</guid>
		<description>Can anyone reassure me that converting my site from Rails to Spring is a good thing.  I don&#039;t understand why Spring hasn&#039;t created a de facto standard for incremental schema updates.  I miss rails already and need a pat on the back.  Grrrrr...</description>
		<content:encoded><![CDATA[<p>Can anyone reassure me that converting my site from Rails to Spring is a good thing.  I don&#8217;t understand why Spring hasn&#8217;t created a de facto standard for incremental schema updates.  I miss rails already and need a pat on the back.  Grrrrr&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pulse 2.1.16: Beta Tag Removed by Daniel</title>
		<link>http://www.alittlemadness.com/2010/02/09/pulse-2-1-16-beta-tag-removed/comment-page-1/#comment-205070</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 12 Feb 2010 04:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=475#comment-205070</guid>
		<description>Thanks for the kind words kate, hope you enjoy all of the new features  :)</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words kate, hope you enjoy all of the new features  <img src='http://www.alittlemadness.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
