From: Peter S. <sz...@us...> - 2004-04-15 09:30:26
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2046/NHibernate.Test Modified Files: FooBarTest.cs Log Message: Solved some quoting problem, found problem with Alias class. Index: FooBarTest.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FooBarTest.cs 14 Apr 2004 08:38:51 -0000 1.8 --- FooBarTest.cs 15 Apr 2004 09:30:16 -0000 1.9 *************** *** 35,39 **** [Test] ! [Ignore("Fetch keyword is missing from HQL")] public void FetchInitializedCollection() { --- 35,39 ---- [Test] ! //[Ignore("Generated SQL contains bad quoting")] public void FetchInitializedCollection() { |