The 2.2.3 source zip
seems fine to me. Try the downloads page at www.nunit.com.
BTW: Which solution are you using? The VS2003 or 2005?
By default,
NUnit-console outputs ".", "F" and "N" characters
to the console as each test is run, to mark progress.
"F" means a
test has failed.
"N" means a
test was ignored.
I believe "."
means a test was loaded (not yet run)
I don't think anything
is output when a test passes.
Note: I am not sure
there is any way to know what the execution order of the tests is, or whether
it remains the same between runs.
Thanks,
Shmarya
From:
nunit-developer-admin@xxxxxxxxxxxxxxxxxxxxx
[mailto:nunit-developer-admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Graham Brooks
Sent: Tuesday, December 06, 2005
5:18 PM
To:
nunit-developer@xxxxxxxxxxxxxxxxxxxxx
Subject: [nunit-developer] NUnit
2.2.3 source
Hi,
I am trying to diagnose a
problem during a long running run of NUnit driven tests. We are using NUnit
2.2.3 and so would like to add a listener to log each test as it is run to the
console.
I have downloaded the 2.2.3
source but there appear to be a number of files missing from the ZIP file. Is
there a more up to date location I can get the source from?
Thanks in advance
Graham
***********************************************************************************