|
From: <ric...@us...> - 2010-08-14 20:29:20
|
Revision: 5154
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5154&view=rev
Author: ricbrown
Date: 2010-08-14 20:29:14 +0000 (Sat, 14 Aug 2010)
Log Message:
-----------
Updated config for tests to work with Oracle.
Modified Paths:
--------------
trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/App.config
trunk/nhibernate/src/NHibernate.ByteCode.LinFu.Tests/App.config
trunk/nhibernate/src/NHibernate.ByteCode.Spring.Tests/App.config
Modified: trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/App.config
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/App.config 2010-08-14 17:52:57 UTC (rev 5153)
+++ trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/App.config 2010-08-14 20:29:14 UTC (rev 5154)
@@ -24,6 +24,7 @@
<property name="prepare_sql">false</property>
<property name="query.startup_check">false</property>
<property name="connection.isolation">ReadCommitted</property>
+ <property name="hbm2ddl.keywords">none</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<property name="connection.connection_string">
Server=(local);initial catalog=nhibernate;Integrated Security=SSPI
Modified: trunk/nhibernate/src/NHibernate.ByteCode.LinFu.Tests/App.config
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.LinFu.Tests/App.config 2010-08-14 17:52:57 UTC (rev 5153)
+++ trunk/nhibernate/src/NHibernate.ByteCode.LinFu.Tests/App.config 2010-08-14 20:29:14 UTC (rev 5154)
@@ -22,6 +22,7 @@
<property name="prepare_sql">false</property>
<property name="query.startup_check">false</property>
<property name="connection.isolation">ReadCommitted</property>
+ <property name="hbm2ddl.keywords">none</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<property name="connection.connection_string">
Server=(local);initial catalog=nhibernate;Integrated Security=SSPI
Modified: trunk/nhibernate/src/NHibernate.ByteCode.Spring.Tests/App.config
===================================================================
--- trunk/nhibernate/src/NHibernate.ByteCode.Spring.Tests/App.config 2010-08-14 17:52:57 UTC (rev 5153)
+++ trunk/nhibernate/src/NHibernate.ByteCode.Spring.Tests/App.config 2010-08-14 20:29:14 UTC (rev 5154)
@@ -22,6 +22,7 @@
<property name="prepare_sql">false</property>
<property name="query.startup_check">false</property>
<property name="connection.isolation">ReadCommitted</property>
+ <property name="hbm2ddl.keywords">none</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<property name="connection.connection_string">
Server=(local);initial catalog=nhibernate;Integrated Security=SSPI
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|