From: Michael D. <mik...@us...> - 2004-06-03 19:03:50
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12468 Modified Files: FooBarTest.cs FumTest.cs Log Message: Uncommented hbm.xml files that can now be included in the test fixture Index: FooBarTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** FooBarTest.cs 20 May 2004 21:13:02 -0000 1.21 --- FooBarTest.cs 3 Jun 2004 19:03:40 -0000 1.22 *************** *** 13,35 **** public void SetUp() { ! ExportSchema(new string[] { "FooBar.hbm.xml", ! "Glarch.hbm.xml", ! "Fee.hbm.xml", ! "Qux.hbm.xml", ! "Fum.hbm.xml", ! "Baz.hbm.xml", ! // "Simple.hbm.xml", ! // "Fumm.hbm.xml", ! // "Fo.hbm.xml", ! // "One.hbm.xml", ! // "Many.hbm.xml", ! "Immutable.hbm.xml" ! // "Vetoer.hbm.xml", ! // "Holder.hbm.xml", ! // "Location.hbm.xml", ! // "Stuff.hbm.xml", ! // "Container.hbm.xml", ! // "XY.hbm.xml"}); ! }, true); } --- 13,36 ---- public void SetUp() { ! ExportSchema(new string[] { ! "FooBar.hbm.xml", ! "Glarch.hbm.xml", ! "Fee.hbm.xml", ! "Qux.hbm.xml", ! "Fum.hbm.xml", ! "Baz.hbm.xml", ! "Simple.hbm.xml", ! "Fumm.hbm.xml", ! "Fo.hbm.xml", ! "One.hbm.xml", ! "Many.hbm.xml", ! "Immutable.hbm.xml" , ! //"Vetoer.hbm.xml", ! "Holder.hbm.xml", ! "Location.hbm.xml", ! "Stuff.hbm.xml", ! //"Container.hbm.xml", ! "XY.hbm.xml" ! }, true); } Index: FumTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FumTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FumTest.cs 29 Apr 2004 15:16:00 -0000 1.1 --- FumTest.cs 3 Jun 2004 19:03:40 -0000 1.2 *************** *** 21,43 **** ExportSchema(new string[] { ! "FooBar.hbm.xml", ! "Baz.hbm.xml", ! "Qux.hbm.xml", ! "Glarch.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", ! //"Middle.hbm.xml" ! }, true); } --- 21,43 ---- ExportSchema(new string[] { ! "FooBar.hbm.xml", ! "Baz.hbm.xml", ! "Qux.hbm.xml", ! "Glarch.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", ! //"Middle.hbm.xml" ! }, true); } *************** *** 70,84 **** // else // { ! id.date = new DateTime(2004, 4, 29, 9, 0, 0, 0); // } ! id.@string = str; if (aCompositeQueryTest) { ! id.@short = fumKeyShort++ ; } else { ! id.@short = (short)12 ; } --- 70,84 ---- // else // { ! id.Date = new DateTime(2004, 4, 29, 9, 0, 0, 0); // } ! id.String = str; if (aCompositeQueryTest) { ! id.Short = fumKeyShort++ ; } else { ! id.Short = (short)12 ; } |