Hi John,
I just tried the LINQ tests there, and I seem to get different results in
nunit-gui depending on the version I use (version 2.2.8 seems to fail a
couple of tests, version 2.5.0 seems to crash - but I'm assuming that's a
bug in NUnit not NH).
However the key thing to get working is the NAnt build ... all the tests
should pass when using "nant test" from the command line. As long as
everything passes using "nant test", you're good to go.
Regards,
Richard
--------------------------------------------------
From: "jwdavidson" <[email protected]>
Sent: Sunday, January 03, 2010 6:21 PM
To: "nhibernate-development" <[email protected]>
Subject: [nhibernate-development] NUnit crashes on Linq Tests
I want to provide a patch for the IgnoreCase Issue (NH-2015) and have
created what I think should work and I wanted to create a test case to
validate the work.
The problem I am having is that NUnit crashed when it reaches the Linq
tests. Is this a known issue or am I doing something wrong. All other
tests run okay to this point. Am I missing something?
John Davidson