Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3840/NHibernate.Test
Modified Files:
FumTest.cs ParentChildTest.cs
Log Message:
Modified Vetoer so it now binds correctly. Still have an issue with it that I
need to look at.
Index: ParentChildTest.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/ParentChildTest.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ParentChildTest.cs 9 Jun 2004 01:22:37 -0000 1.2
--- ParentChildTest.cs 15 Jul 2004 19:16:12 -0000 1.3
***************
*** 25,29 ****
"Immutable.hbm.xml",
"Fee.hbm.xml",
! //"Vetoer.hbm.xml",
"Holder.hbm.xml",
"ParentChild.hbm.xml",
--- 25,29 ----
"Immutable.hbm.xml",
"Fee.hbm.xml",
! "Vetoer.hbm.xml",
"Holder.hbm.xml",
"ParentChild.hbm.xml",
Index: FumTest.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FumTest.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FumTest.cs 18 Jun 2004 13:48:11 -0000 1.6
--- FumTest.cs 15 Jul 2004 19:16:12 -0000 1.7
***************
*** 33,37 ****
"Immutable.hbm.xml",
"Fee.hbm.xml",
! //"Vetoer.hbm.xml",
"Holder.hbm.xml",
"Location.hbm.xml",
--- 33,37 ----
"Immutable.hbm.xml",
"Fee.hbm.xml",
! "Vetoer.hbm.xml",
"Holder.hbm.xml",
"Location.hbm.xml",
|