From: <fab...@us...> - 2008-11-25 21:27:33
|
Revision: 3925 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3925&view=rev Author: fabiomaulo Date: 2008-11-25 21:27:27 +0000 (Tue, 25 Nov 2008) Log Message: ----------- Ignore test (see comment in it) Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs Modified: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs 2008-11-25 13:30:17 UTC (rev 3924) +++ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH1556/Fixture.cs 2008-11-25 21:27:27 UTC (rev 3925) @@ -4,9 +4,12 @@ namespace NHibernate.Test.NHSpecificTest.NH1556 { - [TestFixture] + [TestFixture, Ignore("To investigate")] public class Fixture : BugTestCase { + // This test not fail but something very strange happen in various others tests + // probably the problem is the implementation of QuotedAndParenthesisStringTokenizer in MsSql2005Dialect + // but i'm not sure private Patient patient; protected override void OnSetUp() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |