From: Michael D. <mik...@us...> - 2005-01-17 03:41:31
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHSpecificTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11286/NHibernate.Test/NHSpecificTest Modified Files: BasicObjectFixture.cs Log Message: Renamed NHibernate.NHibernate to NHibernate.NHibernateUtil. Index: BasicObjectFixture.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHSpecificTest/BasicObjectFixture.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BasicObjectFixture.cs 31 Aug 2004 21:24:38 -0000 1.2 --- BasicObjectFixture.cs 17 Jan 2005 03:40:52 -0000 1.3 *************** *** 14,18 **** /// <remarks> /// Moved that mapping out of ParentChildTest because MySql has a bug with writing ! /// binary types to the database. So any TestFixture that used <see cref="NHibernate.DomainModel.Parent"/> /// would fail. /// </remarks> --- 14,18 ---- /// <remarks> /// Moved that mapping out of ParentChildTest because MySql has a bug with writing ! /// binary types to the database. So any TestFixture that used <see cref="NHibernateUtil.DomainModel.Parent"/> /// would fail. /// </remarks> |