<?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: UnitTest Utility Library Update</title>
	<atom:link href="http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/</link>
	<description>Miscellaneous musings on life, .NET development, and related things that don't really matter</description>
	<pubDate>Thu, 17 May 2012 21:25:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Hemans</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-53035</link>
		<dc:creator>Paul Hemans</dc:creator>
		<pubDate>Tue, 07 Dec 2010 06:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-53035</guid>
		<description>@Paul:
Try DatabaseFixtureSetUp();
It's case-sensitive yOU kNOW</description>
		<content:encoded><![CDATA[<p>@Paul:<br />
Try DatabaseFixtureSetUp();<br />
It&#8217;s case-sensitive yOU kNOW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hemans</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-53015</link>
		<dc:creator>Paul Hemans</dc:creator>
		<pubDate>Tue, 07 Dec 2010 05:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-53015</guid>
		<description>Hi, I really appreciate the summer of nHibernate series. It has taught me a lot, I really like the way that you have covered the whole process of building an environment. I am in session 3 and in attempting to build I get:

The name 'DatabaseFixtureSetup' does not exist in the current context
Everything seemed ok prior to inheriting from Microdesk.Utility.UnitTest.DatabaseUnitTestBase, but I could be wrong.
Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi, I really appreciate the summer of nHibernate series. It has taught me a lot, I really like the way that you have covered the whole process of building an environment. I am in session 3 and in attempting to build I get:</p>
<p>The name &#8216;DatabaseFixtureSetup&#8217; does not exist in the current context<br />
Everything seemed ok prior to inheriting from Microdesk.Utility.UnitTest.DatabaseUnitTestBase, but I could be wrong.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean lacroix</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-29988</link>
		<dc:creator>jean lacroix</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-29988</guid>
		<description>[...] (required) Mail (will not be published) (required) Website. See the photo galleries: Click Here ...Unhandled Exceptions Blog Archive UnitTest Utility ...Jean Lacroix Says: I'm trying to use your utility based on the NHibernate videos, specifically the [...]</description>
		<content:encoded><![CDATA[<p>[...] (required) Mail (will not be published) (required) Website. See the photo galleries: Click Here &#8230;Unhandled Exceptions Blog Archive UnitTest Utility &#8230;Jean Lacroix Says: I&#8217;m trying to use your utility based on the NHibernate videos, specifically the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbohlen</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-20745</link>
		<dc:creator>sbohlen</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-20745</guid>
		<description>@ThinkHex:

Thanks for the positive feedback; I'm glad to hear that you were able to get value out of the content.

Could you either post the code (of the test that's throwing the exception) or ZIP the whole thing up and e-mail to me (sbohlen AT gmail.com) so I can take a look at it for you?

-Steve B.</description>
		<content:encoded><![CDATA[<p>@ThinkHex:</p>
<p>Thanks for the positive feedback; I&#8217;m glad to hear that you were able to get value out of the content.</p>
<p>Could you either post the code (of the test that&#8217;s throwing the exception) or ZIP the whole thing up and e-mail to me (sbohlen AT gmail.com) so I can take a look at it for you?</p>
<p>-Steve B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThinkHex</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-20705</link>
		<dc:creator>ThinkHex</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-20705</guid>
		<description>Hi Steve:

I listend through the summer of nHibernat section of yours and I am extremely impress by the content that you have put together for all of us. I really appreciate and thanks for all the hard work that you have done. This is the best tutorials set that I have ever seen.

I have a question regardng Microdesk.Utility.UnitTest. I am new to ndbunit and nhibernate so please forgive me for asking me dumb questions.

After reading some of your postings and documentations, I realise tat ndbunit does not support oracle yet. But in this post, you have mentioned in this post that 

" Even though the MS OleDB provider is almost never as ‘fast’, ‘efficient’, or ‘capable’ as using the DB vendor’s ‘native’ windows driver, for the very simple CRUD work that NDbUnit needs to perform its almost alway at least *workable*. "

So I tried connecting Oracle with OLEDB Provider while estabishing the Database.xsd file. But when my test runs and when it calls DatabaseFixtureSetUp() method, I get the following error message. I am not sure if I understand this post correctly or doing something wrong. 

Could you provide some light to this problem? Thanks in advance.

TestCase 'M:NdbUnitOledbProviderTest.NdbOracleSupportTests._TestFixtureSetup' failed: Keyword not supported: 'provider'.
	System.ArgumentException: Keyword not supported: 'provider'.
	at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)
	at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)
	at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)
	at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous)
	at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions&#38; userConnectionOptions)
	at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value)
	at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)
	at System.Data.SqlClient.SqlConnection..ctor(String connectionString)
	at Microdesk.Utility.UnitTest.DatabaseUnitTestBase.ValidateSchemaAgainstDatabase(String schemaFilename)
	at Microdesk.Utility.UnitTest.DatabaseUnitTestBase.DatabaseFixtureSetUp(Boolean ignoreSchemaDifferences)
	at Microdesk.Utility.UnitTest.DatabaseUnitTestBase.DatabaseFixtureSetUp()
	C:\Source\NHibernate\TUTORIALS\Summer of Nhibernate Session 14 Code\NdbUnitOledbProviderTest\NdbOracleSupportTests.cs(24,0): at NdbUnitOledbProviderTest.NdbOracleSupportTests._TestFixtureSetup()</description>
		<content:encoded><![CDATA[<p>Hi Steve:</p>
<p>I listend through the summer of nHibernat section of yours and I am extremely impress by the content that you have put together for all of us. I really appreciate and thanks for all the hard work that you have done. This is the best tutorials set that I have ever seen.</p>
<p>I have a question regardng Microdesk.Utility.UnitTest. I am new to ndbunit and nhibernate so please forgive me for asking me dumb questions.</p>
<p>After reading some of your postings and documentations, I realise tat ndbunit does not support oracle yet. But in this post, you have mentioned in this post that </p>
<p>&#8221; Even though the MS OleDB provider is almost never as ‘fast’, ‘efficient’, or ‘capable’ as using the DB vendor’s ‘native’ windows driver, for the very simple CRUD work that NDbUnit needs to perform its almost alway at least *workable*. &#8221;</p>
<p>So I tried connecting Oracle with OLEDB Provider while estabishing the Database.xsd file. But when my test runs and when it calls DatabaseFixtureSetUp() method, I get the following error message. I am not sure if I understand this post correctly or doing something wrong. </p>
<p>Could you provide some light to this problem? Thanks in advance.</p>
<p>TestCase &#8216;M:NdbUnitOledbProviderTest.NdbOracleSupportTests._TestFixtureSetup&#8217; failed: Keyword not supported: &#8216;provider&#8217;.<br />
	System.ArgumentException: Keyword not supported: &#8216;provider&#8217;.<br />
	at System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey)<br />
	at System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules)<br />
	at System.Data.SqlClient.SqlConnectionString..ctor(String connectionString)<br />
	at System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous)<br />
	at System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions&amp; userConnectionOptions)<br />
	at System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value)<br />
	at System.Data.SqlClient.SqlConnection.set_ConnectionString(String value)<br />
	at System.Data.SqlClient.SqlConnection..ctor(String connectionString)<br />
	at Microdesk.Utility.UnitTest.DatabaseUnitTestBase.ValidateSchemaAgainstDatabase(String schemaFilename)<br />
	at Microdesk.Utility.UnitTest.DatabaseUnitTestBase.DatabaseFixtureSetUp(Boolean ignoreSchemaDifferences)<br />
	at Microdesk.Utility.UnitTest.DatabaseUnitTestBase.DatabaseFixtureSetUp()<br />
	C:\Source\NHibernate\TUTORIALS\Summer of Nhibernate Session 14 Code\NdbUnitOledbProviderTest\NdbOracleSupportTests.cs(24,0): at NdbUnitOledbProviderTest.NdbOracleSupportTests._TestFixtureSetup()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeeMe</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-16542</link>
		<dc:creator>SeeMe</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-16542</guid>
		<description>Hello !

I have a small question concerning DB Persistance using mbUnit with your really cool UnitTest library !

I have a table with a column type timestamp.

When the insert are launched for a resync after a test this error occurs :

"... CANNOT INSERT EXPLICIT VALUE INTO TIMESTAMP ..." 
I tried to removed the timestamp field from the xsd schema, but after I have errors telling me that a parameters is missing.

How do you handle this column type with mbUnit ?

Tx you for you help ! And tx you for you websites !!!

SeeMe</description>
		<content:encoded><![CDATA[<p>Hello !</p>
<p>I have a small question concerning DB Persistance using mbUnit with your really cool UnitTest library !</p>
<p>I have a table with a column type timestamp.</p>
<p>When the insert are launched for a resync after a test this error occurs :</p>
<p>&#8220;&#8230; CANNOT INSERT EXPLICIT VALUE INTO TIMESTAMP &#8230;&#8221;<br />
I tried to removed the timestamp field from the xsd schema, but after I have errors telling me that a parameters is missing.</p>
<p>How do you handle this column type with mbUnit ?</p>
<p>Tx you for you help ! And tx you for you websites !!!</p>
<p>SeeMe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbohlen</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-14263</link>
		<dc:creator>sbohlen</dc:creator>
		<pubDate>Thu, 30 Apr 2009 10:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-14263</guid>
		<description>@Sean:

Oracle Support is still in progress; the release of the version 1.3.0 code was actually to accommodate the inclusion of patches that I rec'd unexpectedly that introduced support for SQLLite and SQLCe.

I wanted to fold these patches into the trunk ASAP and make them available for others ASAP so I did this release with support for these DB targets even though the roadmap claimed Oracle support was supposed to be 'next'.

With some luck, I will have Oracle support completed soon (unless someone else submits a patch to me that provides it first, in which case I will have Oracle support completed sooner :) )</description>
		<content:encoded><![CDATA[<p>@Sean:</p>
<p>Oracle Support is still in progress; the release of the version 1.3.0 code was actually to accommodate the inclusion of patches that I rec&#8217;d unexpectedly that introduced support for SQLLite and SQLCe.</p>
<p>I wanted to fold these patches into the trunk ASAP and make them available for others ASAP so I did this release with support for these DB targets even though the roadmap claimed Oracle support was supposed to be &#8216;next&#8217;.</p>
<p>With some luck, I will have Oracle support completed soon (unless someone else submits a patch to me that provides it first, in which case I will have Oracle support completed sooner <img src='http://unhandled-exceptions.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Gilbert</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-14157</link>
		<dc:creator>Sean Gilbert</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-14157</guid>
		<description>How is the Oracle support coming?  I see there was a release on April 4th, 1.3.0, was the Oracle support released in this version as stated in the project mapping?

I'd like to use NDbUnit but am running an Oracle database.

Thanks!</description>
		<content:encoded><![CDATA[<p>How is the Oracle support coming?  I see there was a release on April 4th, 1.3.0, was the Oracle support released in this version as stated in the project mapping?</p>
<p>I&#8217;d like to use NDbUnit but am running an Oracle database.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbohlen</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-12273</link>
		<dc:creator>sbohlen</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-12273</guid>
		<description>@Jean Lacroix:

Yes, my utility basically sits on top of the NDbUnit library and merely provides convenience automation methods for its own internal methods.  NDbUnit doesn't presently support Oracle as a database target and so I don't doubt that it isn't working for you against Oracle.

The good news however is that I am actually also presently in charge of the NDbUnit project ( http://code.google.com/p/ndbunit ) and I am in the process of integrating a patch submitted by someone that introduces Oracle support to the library.

Once this is complete (probably another two weeks or so given other demands on my time) I will release an update to NDbUnit and a corresponding update to my own utility that works along with it properly.

So the good news = its in the works but the bad news = what you are attempting right now is essentially unsupported.

HTH,

-Steve B.</description>
		<content:encoded><![CDATA[<p>@Jean Lacroix:</p>
<p>Yes, my utility basically sits on top of the NDbUnit library and merely provides convenience automation methods for its own internal methods.  NDbUnit doesn&#8217;t presently support Oracle as a database target and so I don&#8217;t doubt that it isn&#8217;t working for you against Oracle.</p>
<p>The good news however is that I am actually also presently in charge of the NDbUnit project ( <a href="http://code.google.com/p/ndbunit" rel="nofollow">http://code.google.com/p/ndbunit</a> ) and I am in the process of integrating a patch submitted by someone that introduces Oracle support to the library.</p>
<p>Once this is complete (probably another two weeks or so given other demands on my time) I will release an update to NDbUnit and a corresponding update to my own utility that works along with it properly.</p>
<p>So the good news = its in the works but the bad news = what you are attempting right now is essentially unsupported.</p>
<p>HTH,</p>
<p>-Steve B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Lacroix</title>
		<link>http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/comment-page-1/#comment-12272</link>
		<dc:creator>Jean Lacroix</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://unhandled-exceptions.com/blog/index.php/2008/10/09/unittest-utility-library-update/#comment-12272</guid>
		<description>I'm trying to use your utility based on the NHibernate videos, specifically the savedatabase and testfixturesetup.   I'm unable to run the first step, SaveTestDatabase() of base class Microdesk.Utility.UnitTest.DatabaseUnitTestBase.  The exception I'm getting is "System.ArgumentException: Keyword not supported: 'unicode'..".  I have an Oracle database, is it because Oracle is not supported?

Thanks
Jean</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use your utility based on the NHibernate videos, specifically the savedatabase and testfixturesetup.   I&#8217;m unable to run the first step, SaveTestDatabase() of base class Microdesk.Utility.UnitTest.DatabaseUnitTestBase.  The exception I&#8217;m getting is &#8220;System.ArgumentException: Keyword not supported: &#8216;unicode&#8217;..&#8221;.  I have an Oracle database, is it because Oracle is not supported?</p>
<p>Thanks<br />
Jean</p>
]]></content:encoded>
	</item>
</channel>
</rss>

