Files
spring-net/test/Spring/Spring.Data.NHibernate21.Integration.Tests
markpollack 196a54ceda SPRNET-1269 - Time based test in NHibernate.Test failed
(Remove execution of tests until we can investigate further.)
2009-11-10 04:45:07 +00:00
..

Running NHibernate.Tests against Spring.Data.NHibernate21 from within VS:

Open "Project Properties", "Debug" Section and enter

    <StartAction>Program</StartAction>
    <StartProgram>..\..\build-support\tools\nunit\net-2.0\nunit-console-x86.exe</StartProgram>
    <StartArguments>NHibernate.Test.dll /nologo /wait</StartArguments>


To run the tests hit F5