Skip to content

Commit 0220f88

Browse files
committed
NHibernate.TestDatabaseSetup: Attempting to fix database connection string build problem.
SVN: trunk@5298
1 parent 2bba219 commit 0220f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-common/nhibernate-properties.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<project xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd">
33
<property name="nhibernate.dialect" value="NHibernate.Dialect.MsSql2008Dialect" overwrite="false"/>
44
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver" overwrite="false"/>
5-
<property name="nhibernate.connection.connection_string" value="Server=(local);initial catalog=nhibernate;Integrated Security=SSPI" overwrite="false"/>
5+
<property name="nhibernate.connection.connection_string" value="Server=.\SQLExpress;initial catalog=nhibernate;Integrated Security=SSPI" overwrite="false"/>
66
</project>

0 commit comments

Comments
 (0)