From: <fab...@us...> - 2009-07-05 04:15:42
|
Revision: 4578 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4578&view=rev Author: fabiomaulo Date: 2009-07-05 04:15:41 +0000 (Sun, 05 Jul 2009) Log Message: ----------- Removed ignore because fixed in r4576 Modified Paths: -------------- branches/2.1.x/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs Modified: branches/2.1.x/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs =================================================================== --- branches/2.1.x/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs 2009-07-05 00:27:01 UTC (rev 4577) +++ branches/2.1.x/nhibernate/src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs 2009-07-05 04:15:41 UTC (rev 4578) @@ -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. |