From: Peter S. <sz...@us...> - 2004-04-08 16:50:53
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19618/NHibernate.Test Modified Files: FooBarTest.cs Log Message: Test is evolving... Index: FooBarTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FooBarTest.cs 8 Apr 2004 15:55:47 -0000 1.2 --- FooBarTest.cs 8 Apr 2004 16:37:39 -0000 1.3 *************** *** 14,39 **** { ExportSchema(new string[] { "FooBar.hbm.xml", ! "Baz.hbm.xml", ! "Qux.hbm.xml", ! "Glarch.hbm.xml", ! "Simple.hbm.xml", ! "Fum.hbm.xml", ! "Fumm.hbm.xml", ! "Fo.hbm.xml", ! "One.hbm.xml", ! "Many.hbm.xml", ! "Immutable.hbm.xml", ! "Fee.hbm.xml", ! "Vetoer.hbm.xml", ! "Holder.hbm.xml", ! "Location.hbm.xml", ! "Stuff.hbm.xml", ! "Container.hbm.xml", ! "Simple.hbm.xml", ! "XY.hbm.xml"}); } [Test] ! [Ignore("Maps haven't been converted yet")] public void FetchInitializedCollection() { --- 14,39 ---- { ExportSchema(new string[] { "FooBar.hbm.xml", ! "Baz.hbm.xml" ! // "Qux.hbm.xml", ! // "Glarch.hbm.xml", ! // "Simple.hbm.xml", ! // "Fum.hbm.xml", ! // "Fumm.hbm.xml", ! // "Fo.hbm.xml", ! // "One.hbm.xml", ! // "Many.hbm.xml", ! // "Immutable.hbm.xml", ! // "Fee.hbm.xml", ! // "Vetoer.hbm.xml", ! // "Holder.hbm.xml", ! // "Location.hbm.xml", ! // "Stuff.hbm.xml", ! // "Container.hbm.xml", ! // "XY.hbm.xml"}); ! }); } [Test] ! //[Ignore("Maps haven't been converted yet")] public void FetchInitializedCollection() { |