2012/10/7 Claudio Bernasconi <[email protected]> > Hi > > I am very interested in looking behind the scenes and maybe start > contributing at a later time. >
Welcome! > 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 > Hmm, somehow I've missed that infrastructure. > 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 > I've always manually edited \src\NHibernate.Test\hibernate.cfg.xml. The build will then copy it to the path you stated. > 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. > You might do a little digging starting in ShowBuildMenu.bat to try to figure out what the intention of the build system is and what might have gone wrong. :) /Oskar
