Revision: 4454
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4454&view=rev
Author: darioquintana
Date: 2009-06-11 14:30:32 +0000 (Thu, 11 Jun 2009)
Log Message:
-----------
>From 'increment' to 'native'. For some reason there are conflicts between tests of NH-1553 and this one (NH-1601) when running together.
Modified Paths:
--------------
trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1601/Mappings.hbm.xml
Modified: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1601/Mappings.hbm.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1601/Mappings.hbm.xml 2009-06-11 07:00:45 UTC (rev 4453)
+++ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1601/Mappings.hbm.xml 2009-06-11 14:30:32 UTC (rev 4454)
@@ -47,7 +47,7 @@
<class name="Scenario" table="Scenario" lazy="false">
<id type="Int32" name="id">
<column name="ScenarioID"/>
- <generator class="increment" />
+ <generator class="native" />
</id>
</class>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|