From: <dav...@us...> - 2009-01-18 19:57:26
|
Revision: 3997 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3997&view=rev Author: davybrion Date: 2009-01-18 19:57:19 +0000 (Sun, 18 Jan 2009) Log Message: ----------- corrected the connection string in the test project's config file Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/App.config Modified: trunk/nhibernate/src/NHibernate.Test/App.config =================================================================== --- trunk/nhibernate/src/NHibernate.Test/App.config 2009-01-12 19:05:10 UTC (rev 3996) +++ trunk/nhibernate/src/NHibernate.Test/App.config 2009-01-18 19:57:19 UTC (rev 3997) @@ -58,7 +58,7 @@ <!-- This is the System.Data.dll provider for MSSQL Server --> <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property> <property name="connection.connection_string"> - Server=(local)\sqlexpress;initial catalog=nhibernate;Integrated Security=SSPI + Server=(local);initial catalog=nhibernate;Integrated Security=SSPI </property> <property name="show_sql">false</property> <property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |