From: <pa...@us...> - 2010-12-06 16:51:17
|
Revision: 5298 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5298&view=rev Author: patearl Date: 2010-12-06 16:51:11 +0000 (Mon, 06 Dec 2010) Log Message: ----------- NHibernate.TestDatabaseSetup: Attempting to fix database connection string build problem. Modified Paths: -------------- trunk/nhibernate/build-common/nhibernate-properties.xml Modified: trunk/nhibernate/build-common/nhibernate-properties.xml =================================================================== --- trunk/nhibernate/build-common/nhibernate-properties.xml 2010-12-06 16:25:47 UTC (rev 5297) +++ trunk/nhibernate/build-common/nhibernate-properties.xml 2010-12-06 16:51:11 UTC (rev 5298) @@ -2,5 +2,5 @@ <project xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd"> <property name="nhibernate.dialect" value="NHibernate.Dialect.MsSql2008Dialect" overwrite="false"/> <property name="nhibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver" overwrite="false"/> - <property name="nhibernate.connection.connection_string" value="Server=(local);initial catalog=nhibernate;Integrated Security=SSPI" overwrite="false"/> + <property name="nhibernate.connection.connection_string" value="Server=.\SQLExpress;initial catalog=nhibernate;Integrated Security=SSPI" overwrite="false"/> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |