It appears I was wrong about the references. This is my first time with building nh with the build scripts. I just assumed it was building the binaries in the src folder but I needed to manually build the projects (NHibernate.Everything & NHibernate.TestDatabaseSetup) to be able to run the tests with option D. After this I was able to successfully run the tests.
On Sep 28, 2:32 pm, Patrick Earl <[email protected]> wrote: > On Wed, Sep 28, 2011 at 5:59 AM, Cole W <[email protected]> wrote: > > So building with options E & F doesn't accomplish this? If it doesn't > > may it just needs to be added to the build script? > > It would make sense to be able to run all the tests without building > separately. Perhaps option D should do just that and if you want to > debug tests built by visual studio, you would work in Visual Studio, > starting the test project (bringing up the nunit gui) if needed. > > > Also it appears whenever I got the source from GitHub and I opened up > > NHibernate.TestDatabaseSetup 2 of the references are broken (Yellow > > exclamation points by them). NHibernate and NHibernate.Test are the > > references. It's not a big deal to add them but I thought I'd mention > > it. > > What's the diff when you re-add them? I took a look and didn't see > anything obviously wrong the the references. > > Patrick Earl
