Skip to content

Commit e99c2dc

Browse files
author
Jeff Hagen
committed
oops revert
1 parent a73a926 commit e99c2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.TestDatabaseSetup/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<session-factory name="NHibernate.TestDatabaseSetup">
1010
<property name="connection.driver_class">NHibernate.Driver.Sql2008ClientDriver</property>
1111
<property name="connection.connection_string">
12-
Server=(localdb)\MSSQLLocalDB;Database=NhTestDb;Integrated Security=true;
12+
Server=.\SQLExpress;initial catalog=master;Integrated Security=SSPI
1313
</property>
1414
</session-factory>
1515
</hibernate-configuration>

0 commit comments

Comments
 (0)