Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8541/NHibernate.Test
Modified Files:
FooBarTest.cs
Log Message:
Test with "?" as a parameter is now working.
Index: FooBarTest.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** FooBarTest.cs 11 May 2004 19:47:17 -0000 1.20
--- FooBarTest.cs 20 May 2004 21:13:02 -0000 1.21
***************
*** 230,234 ****
[Test]
- [Ignore("This is not working until I get parameters and HQL working better.")]
public void Cache()
{
--- 230,233 ----
|