<?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 on: Integration Testing with SQL Server Express 2008, NHibernate, and MSTEST</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2010/01/integration-testing-with-sql-server-express-2008-nhibernate-and-mstest/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2010/01/integration-testing-with-sql-server-express-2008-nhibernate-and-mstest/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Nilesh</title>
		<link>http://nicholas.piasecki.name/blog/2010/01/integration-testing-with-sql-server-express-2008-nhibernate-and-mstest/comment-page-1/#comment-1938</link>
		<dc:creator>Nilesh</dc:creator>
		<pubDate>Wed, 28 Sep 2011 14:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=508#comment-1938</guid>
		<description>Nice post. really helpful. I liked your approach of using the monitor to ensure tests are run in sequence. Wish there was some way to specify MSTest to run them in sequence rather being ran on separate threads.</description>
		<content:encoded><![CDATA[<p>Nice post. really helpful. I liked your approach of using the monitor to ensure tests are run in sequence. Wish there was some way to specify MSTest to run them in sequence rather being ran on separate threads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titwan</title>
		<link>http://nicholas.piasecki.name/blog/2010/01/integration-testing-with-sql-server-express-2008-nhibernate-and-mstest/comment-page-1/#comment-1898</link>
		<dc:creator>Titwan</dc:creator>
		<pubDate>Fri, 17 Jun 2011 13:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=508#comment-1898</guid>
		<description>Excellent post, we had as you some trouble with the multi-threading mechanism of the MSTest execution sequencing.

A locking mechanism makes sense.</description>
		<content:encoded><![CDATA[<p>Excellent post, we had as you some trouble with the multi-threading mechanism of the MSTest execution sequencing.</p>
<p>A locking mechanism makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Bonano</title>
		<link>http://nicholas.piasecki.name/blog/2010/01/integration-testing-with-sql-server-express-2008-nhibernate-and-mstest/comment-page-1/#comment-1791</link>
		<dc:creator>Mark Bonano</dc:creator>
		<pubDate>Sun, 14 Nov 2010 12:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=508#comment-1791</guid>
		<description>Excellent Post! I initially configured NHiberate to use the SQLite InMemory Database as the datasource for my integrations tests, but as my domain model grew, I kept encountering differences between SQLite and MsSql. I would ultimately make changes within my domain model in order to use SQLite in my integration tests. In the long run, that was just not maintainable.

I tweaked your code slightly in order to use Fluent NHibernate and it works very well for both MsSql2005 and MsSql2008. This is a much better solution than SQLite for my particular project and I thank you for your post.</description>
		<content:encoded><![CDATA[<p>Excellent Post! I initially configured NHiberate to use the SQLite InMemory Database as the datasource for my integrations tests, but as my domain model grew, I kept encountering differences between SQLite and MsSql. I would ultimately make changes within my domain model in order to use SQLite in my integration tests. In the long run, that was just not maintainable.</p>
<p>I tweaked your code slightly in order to use Fluent NHibernate and it works very well for both MsSql2005 and MsSql2008. This is a much better solution than SQLite for my particular project and I thank you for your post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

