Revision: 4167
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4167&view=rev
Author: darioquintana
Date: 2009-03-29 15:58:41 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
part of previous commit, the type was moved, this should be too.
Modified Paths:
--------------
trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1715/Mappings.hbm.xml
Modified: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1715/Mappings.hbm.xml
===================================================================
--- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1715/Mappings.hbm.xml 2009-03-29 15:36:13 UTC (rev 4166)
+++ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1715/Mappings.hbm.xml 2009-03-29 15:58:41 UTC (rev 4167)
@@ -8,7 +8,7 @@
<id name="Id">
<generator class="native"/>
</id>
- <property name="Time" type="TimeSpan"/>
+ <property name="Time" type="TimeAsTimeSpan"/>
</class>
</hibernate-mapping>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|