From: <fab...@us...> - 2009-05-23 05:01:50
|
Revision: 4368 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4368&view=rev Author: fabiomaulo Date: 2009-05-23 05:01:37 +0000 (Sat, 23 May 2009) Log Message: ----------- Activated the batcher as default for our tests 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-05-23 04:59:13 UTC (rev 4367) +++ trunk/nhibernate/src/NHibernate.Test/App.config 2009-05-23 05:01:37 UTC (rev 4368) @@ -52,6 +52,7 @@ Enumeration documentation. Use the member names - not the values. --> + <property name="adonet.batch_size">10</property> <property name="connection.isolation">ReadCommitted</property> <property name="format_sql">true</property> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |