Hi I am very interested in looking behind the scenes and maybe start contributing at a later time.
Currently I am setting up my working copy. I setup a local *MSSQL 2008 Server* and use a connection string like *[pcname]\SQLEXPRESS*. First, I only changed the connection string in the *available test configuration*directory which was then copied to the *current test configuration* directory by using the *ShowBuildMenu.bat*. Unfortunately a lot of the existing unit tests failed. I was searching a lot until I found a way around that. I set the connection string also in the following file: *\src\NHibernate.Test\bin\Debug-2.0\hibernate.cfg.xml*. After this change from "(local)" to "[pcname]\SQLEXPRESS" all of the unit tests ran fine. Can you tell me why this change is required? I didn't find any postings about that nor a hint in the documentation or in the Contributor Guide. I am very sure to make a mistake but I hope I will be welcome anyway.
