2 Jun 2004 22:47
RE: NUnit testing over a network
Nick Robinson <nicholasrobinson <at> fromconcept.co.uk>
2004-06-02 20:47:07 GMT
2004-06-02 20:47:07 GMT
A long shot, but have you definitely got the same versions of NUnit on your machine and the server? For example, we had a later version of NUnit on our build machine, and we couldnt see our tests which were copied over from a local environment. Worth double-checking. nick.robinson site : www.fromconcept.co.uk blog : www.fromconcept.co.uk/weblog.aspx draco : www.sourceforge.net/projects/draconet > -----Original Message----- > From: Paul McGillivray [mailto:paul <at> remote.uk.com] > Sent: 21 May 2004 17:10 > To: testdrivendevelopment <at> yahoogroups.com > Subject: [TDD] NUnit testing over a network > > > Hi all, > > I've just started using NUnit to test VB.NET applications. > > I've got it working fine, and love it already, but I've got one > problem; > > I'm working on an application that's shared on a central server over > a Local Area Network; each developer has his own solution. My NUnit > tests run fine when I develop and run them locally, but when I try > to run them from the server on the LAN, the dll is read by NUnit as(Continue reading)

RSS Feed