From: Peter S. <sz...@us...> - 2004-04-09 16:31:21
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23360/NHibernate.Test Modified Files: FooBarTest.cs Log Message: Fixed small bug in collectionpersister in sqlwherestring. Fixed IVersionType in abstractentitypersister consstructor for nonversionable types (ugly fix). Added datetimes as versiontypes. Index: FooBarTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FooBarTest.cs 9 Apr 2004 13:14:54 -0000 1.4 --- FooBarTest.cs 9 Apr 2004 16:18:01 -0000 1.5 *************** *** 31,39 **** // "Container.hbm.xml", // "XY.hbm.xml"}); ! }); } [Test] ! //[Ignore("Maps haven't been converted yet")] public void FetchInitializedCollection() { --- 31,39 ---- // "Container.hbm.xml", // "XY.hbm.xml"}); ! }, false); } [Test] ! //[Ignore("Bugs in quoteing kills other tests too")] public void FetchInitializedCollection() { |