From: <fab...@us...> - 2009-02-02 20:48:58
|
Revision: 4012 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4012&view=rev Author: fabiomaulo Date: 2009-02-02 20:48:55 +0000 (Mon, 02 Feb 2009) Log Message: ----------- revert r4010 (each one should write his own hibernate.cfg.xml without change the app.config) 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-02-02 20:28:46 UTC (rev 4011) +++ trunk/nhibernate/src/NHibernate.Test/App.config 2009-02-02 20:48:55 UTC (rev 4012) @@ -57,20 +57,16 @@ <!-- This is the System.Data.dll provider for MSSQL Server --> <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property> - <property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property> - <property name="connection.connection_string">Server=(local);initial catalog=nhibernate;Integrated Security=SSPI</property> + <property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property> + <property name="connection.connection_string">Server=(local);initial catalog=nhibernate;Integrated Security=SSPI</property> - <!-- This is for running the tests with a MySQL database --> - <!--<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property> - <property name="dialect">NHibernate.Dialect.MySQL5Dialect</property> - <property name="connection.connection_string">Server=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate</property>--> - <property name="show_sql">false</property> + <property name="show_sql">false</property> <property name="use_outer_join">true</property> <property name="command_timeout">444</property> <property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property> <property name="adonet.wrap_result_sets">false</property> - + <property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property> </session-factory> </hibernate-configuration> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |