From: <fab...@us...> - 2009-07-05 04:17:17
|
Revision: 4579 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4579&view=rev Author: fabiomaulo Date: 2009-07-05 04:17:11 +0000 (Sun, 05 Jul 2009) Log Message: ----------- Removed ignore because fixed in r4576 Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs Modified: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs 2009-07-05 04:15:41 UTC (rev 4578) +++ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs 2009-07-05 04:17:11 UTC (rev 4579) @@ -21,7 +21,7 @@ } } - [TestFixture, Ignore("Not fixed yet in the AST-HQL parser")] + [TestFixture] public class HqlFunctionWithAstHqlParser : HQLFunctionFixtureBase { protected override void Configure(Configuration configuration) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |