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...
6958
testdrivendevelopment...
Jun 4, 2004 12:01 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the testdrivendevelopment group. File :...
6959
yahoogroups@...
jhrothjr
Jun 4, 2004 12:04 pm
From: "cuchovillena" <avillena.at.master7.cl@...> Sent: Thursday, June 03, 2004 9:06 AM Subject: Re: [TDD] Looking for something like...
6960
Paul Hodgetts
agilelogic
Jun 6, 2004 7:37 pm
As part of its programs to support the agile community, the Agile Alliance provides a News service for the publication of agile events and announcements. The...
6961
Thomas L Roche
tlroche
Jun 7, 2004 3:13 pm
I'd like to work up an example of TDDing a simple Java GUI frontend to the Money example in _Test-Driven Development by Example_. I'm wondering, can anyone...
6962
Anthony Williams
anthony_w.geo
Jun 8, 2004 8:57 am
Hi all TDDers I've been noticing a pattern that appears in some of my code. I have a routine that takes some input and produces output in a fairly simple way...
6963
Mark Van Peteghem
mvp_be
Jun 8, 2004 10:04 am
... In TDD we write the simplest implementation that satisfies the test (to start with anyway), indeed. But usually we only test one input value at that point,...
6964
J. B. Rainsberger
nails762
Jun 8, 2004 9:05 pm
... I would leave the duplication there, in case /eventually/ the production code transformed from lookup table to general algorithm. -- J. B. Rainsberger, ...
6965
pwwist
Jun 10, 2004 3:13 pm
Does anyone know if a port has been/is being done of JUnitPerf for use with NUnit?...
6966
dammak rafik
medrafik2000
Jun 10, 2004 3:13 pm
hi, Applied unit test need to use a specific tools.Or anybody can code a unit test by using assertions similar to the case of tools?I think that the spirit of...
6967
tushar
t_a_k_2002
Jun 10, 2004 3:15 pm
hey people, I have NUnit v2.1.4 and just tried few examples. I want to know that Is it required to remove the test classes before submitting the final code to...
6968
tushar komawar
t_a_k_2002
Jun 10, 2004 3:15 pm
hi , I had problem in accessing the file on LAN for running NUnit V2.1.4 ! then I applied solution as given on testdriven( loosen the security settings for the...
6969
Stephen Smith
smithfield_s...
Jun 10, 2004 4:02 pm
Ensure that the projects have been compiled with 2.1.4, I experienced this same problem with historic tests, when I upgraded NUnit. Steve On Thu, 10 Jun 2004...
6970
Stephen Smith
smithfield_s...
Jun 10, 2004 4:08 pm
I would leave the tests in situ! You can always do a build with a 'Conditional39; (c#) attribute so the tests are compiled out. I personally always separate the...
6971
Nick Robinson
fromconcept
Jun 10, 2004 4:20 pm
It depends on how you structure your tests. I take it from your question you are including your tests inside your production code? If you use something like...
6972
J. B. Rainsberger
nails762
Jun 10, 2004 4:27 pm
... Testing does not require any specific tools. Just start writing tests. However, if you start writing tests, then refactor out the framework that usually...
6973
J. B. Rainsberger
nails762
Jun 10, 2004 4:28 pm
... That's something that you, your manager or someone higher up the organizational chart decides. ... Build tests into separate assemblies from the production...
6974
Griffin Caprio
griffinc18
Jun 10, 2004 8:25 pm
I have thought about it. I was trying to figure out if there was any interest in a port. I have some internal code written, but I was unsure if there was...
6975
Alan Flaherty
alanflaherty
Jun 11, 2004 1:34 pm
I'd be interested in trying that out! ... From: Griffin Caprio [mailto:griffincaprio@...] Sent: 10 June 2004 21:26 To:...
6976
mr_padraig
Jun 12, 2004 2:47 am
A client of mine with many (200+)C# programmers transitioning at once to TDD would surely benefit from such a port. And I too would like to have it. --Patrick...
6977
Chad Woolley
thewoolleyman
Jun 12, 2004 7:08 am
Hi, I'm evaluating tools to functional test a web app. This particular webapp makes heavy use of javascript (using onclick to perform submit via functions...
6978
Dave Rooney
daverooneyca
Jun 12, 2004 12:34 pm
... One thing I noticed about jWebUnit (which uses HttpUnit), is that it seems to need all JavaScript to be in functions, i.e. little snippets of JavaScript...
6979
pwwist
Jun 12, 2004 3:46 pm
... any ... enough ... Well I'm definitely 100% interested. It seems to me that response and load testing doesn't get as much column space as other aspects in...
6980
Ayende Rahien
ayende_rahien
Jun 12, 2004 3:46 pm
I don't use the administrator account on my machine, and as a result, I can't seem to install any (most?) of the add ins for VS.Net Does any of you has a...
6981
raja_testing
Jun 12, 2004 3:47 pm
one of my fried is asking.what types tlc using in u organization...
6982
Ayende Rahien
ayende_rahien
Jun 12, 2004 3:48 pm
I'm using NUnit to test some data back-end that I'm writing, and my problem is that the tests must run with no history between runs (obviously) But the tests...
6983
Ron Jeffries
ronaldejeffries
Jun 12, 2004 4:19 pm
... 1. If creating history is troubling you, don't create history? 2. Use the NUnit SetUp and TearDown methods to manage history? Ron Jeffries ...
6984
Griffin Caprio
griffinc18
Jun 13, 2004 1:34 am
Great. I will look at collecting my internal code ( with boss approval, of course ) to release it into the wild this week. Any ideas on hosting locations? ...
6985
Jamie Cansdale
turboslug
Jun 13, 2004 11:19 am
Hi Ayende, I have done some investigating and found that it is possible to run NUnit Add-In as a non-administrator. I originally hoped you would be able to...
6986
Amir Kolsky
kolsky
Jun 13, 2004 9:40 pm
How about you do not use the file system's objects but rather roll your own file object that maps to either a real file in production, or to a mock during...