Re: unit testing in visual studio

2010-02-25 Thread silky
Well, I believe you can read the current random port that it wants to use from the config (so if you desired, you could do that). However, you should be able to simply change the project properties so that instead of using the inbuilt asp.net webservice, it uses your local IIS one. Infact, you

Re: unit testing in visual studio

2010-02-25 Thread Geoff Appleby
But you're pretty fool. --Original Message-- From: silky To: Geoff Appleby Cc: ausDotNet ReplyTo: michaelsli...@gmail.com Subject: Re: unit testing in visual studio Sent: Feb 26, 2010 14:45 On Fri, Feb 26, 2010 at 2:46 PM, Geoff Appleby geoff.appl...@gmail.com wrote: Heh. I'm a fool

Re: unit testing in visual studio

2010-02-25 Thread silky
On Fri, Feb 26, 2010 at 2:50 PM, Geoff Appleby geoff.appl...@gmail.com wrote: But you're pretty fool. ... So, what system are you using to run the unit tests though? Test Driven.NET? I'm now slightly intrigued as to why it's randomly changing the port on you. -- silky

Re: unit testing in visual studio

2010-02-25 Thread Geoff Appleby
Just the built in test projects that are part of 2008 team developer. --Original Message-- From: silky To: Geoff Appleby Cc: ausDotNet ReplyTo: michaelsli...@gmail.com Subject: Re: unit testing in visual studio Sent: Feb 26, 2010 14:51 On Fri, Feb 26, 2010 at 2:50 PM, Geoff Appleby

Re: unit testing in visual studio

2010-02-25 Thread silky
On Fri, Feb 26, 2010 at 2:55 PM, Geoff Appleby geoff.appl...@gmail.com wrote: Just the built in test projects that are part of 2008 team developer. ohhh, I see. Well, I've never used that. Have you looked at things like this? http://msdn.microsoft.com/en-us/library/ms404693(VS.80).aspx --

Re: unit testing in visual studio

2010-02-25 Thread Geoff Appleby
Cc: ausDotNet ReplyTo: michaelsli...@gmail.com Subject: Re: unit testing in visual studio Sent: Feb 26, 2010 14:55 On Fri, Feb 26, 2010 at 2:55 PM, Geoff Appleby geoff.appl...@gmail.com wrote: Just the built in test projects that are part of 2008 team developer. ohhh, I see. Well, I've never used

Re: unit testing in visual studio

2010-02-25 Thread Geoff Appleby
And how many times have you said that? :) --Original Message-- From: silky To: Geoff Appleby Cc: ausDotNet ReplyTo: michaelsli...@gmail.com Subject: Re: unit testing in visual studio Sent: Feb 26, 2010 15:18 On Fri, Feb 26, 2010 at 3:19 PM, Geoff Appleby geoff.appl...@gmail.com wrote

Re: unit testing in visual studio

2010-02-25 Thread Mark Hurd
On Fri, Feb 26, 2010 at 2:49 PM, Geoff Appleby geoff.appl...@gmail.com wrote: No I hadn't.  But it have me an idea. Inside that file that I'd never thought to look inside. In there the web service URL had a port specified of 0. So in notepad I changed it to and its all behaving as