From: Peter S. <sz...@us...> - 2004-04-29 14:01:03
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32453/NHibernate.Test Modified Files: FooBarTest.cs Log Message: Some small H2.0.3 compatibility fix Index: FooBarTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** FooBarTest.cs 28 Apr 2004 14:17:54 -0000 1.15 --- FooBarTest.cs 29 Apr 2004 14:00:55 -0000 1.16 *************** *** 67,71 **** [Test] ! [Ignore("HQL is broke")] public void Sortables() { --- 67,71 ---- [Test] ! //[Ignore("HQL is broke")] public void Sortables() { |