Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2665/NHibernate.Test
Modified Files:
FooBarTest.cs
Log Message:
EmptyCollection and BagOneToMany now pass as currently written.
Index: FooBarTest.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FooBarTest.cs 19 Apr 2004 14:02:58 -0000 1.13
--- FooBarTest.cs 26 Apr 2004 03:49:08 -0000 1.14
***************
*** 147,151 ****
[Test]
- [Ignore("unknown problem")]
public void BagOneToMany()
{
--- 147,150 ----
|