Unfortunately, for reasons unknown to me Yahoo! has decided to terminate and delete the csUnit group. I tried to recover it through their customer care...
2
Manfred Lange
manfred_lang...
Feb 20, 2006 3:53 am
We've just released csUnit 2.0.1. Please download from http://www.csunit.org This version does not yet support VS.NET 2005 or .NET 2.0. It supports VS.NET...
3
manfred_lange_agile
manfred_lang...
Feb 26, 2006 9:30 pm
A zip-file with the sources for csUnit 2.0.1 is available at: http://prdownloads.sourceforge.net/csunit/csUnit.2.0.1.sources.zip?download The file is provided...
4
esbglenn
Mar 1, 2006 8:56 am
Great to have the list - and to see work progressing :) I am keen to have csUnit with VS2005 as I like the way csUnit works - keep up the good work :) Glenn...
5
Hernán Martínez...
hfoffani
Mar 1, 2006 6:01 pm
Hi! I'm trying csUnit 2.0 and looks pretty good. Thanks! I have noticed that it leaves a counter (number of runs?) in the solution file. May I ask what's for?...
6
Amir Kolsky
kolsky
Mar 2, 2006 2:45 am
Just a query as to the status of a couple of the features that I have in the 1.x version of csUnit, and have grown to depend upon... 1....
7
manfred_lange_agile
manfred_lang...
Mar 2, 2006 9:39 am
Context: Uninstalling csUnit 1.9.x is required to install any other version, including the current version 2.0.x. Problem: After csUnit 1.9.x is uninstalled...
8
manfred_lange_agile
manfred_lang...
Mar 11, 2006 10:17 pm
csUnit 2.0.2 Released ===================== csUnit 2.0.2 has been released and is available for download at http//www.csunit.org/download. This release has...
9
Manfred Lange
manfred_lang...
Mar 13, 2006 3:53 am
Hi Amir, my understanding is that these are custom extensions that you have put in. Is this correct? If so, would you mind to zip up the sources, so that we...
10
thung thung
locnd2002
Mar 13, 2006 9:41 am
i don't open this attachment. please sent me another...
11
locnd2002
Mar 13, 2006 9:43 am
I understand csUnit is a testing tool for .NET language. i read tutorial at http://www.csunit.org/tutorials/index.html. I write a simple project using csUnit....
12
thung thung
locnd2002
Mar 13, 2006 9:51 am
I understand csUnit is a testing tool for .NET language. i read tutorial at http://www.csunit.org/tutorials/index.html. I write a simple project using csUnit....
13
thung thung
locnd2002
Mar 13, 2006 5:04 pm
i don't open this attachment. please sent me another SPONSORED LINKS Open source software Computer monitoring software YAHOO! GROUPS LINKS Visit your group...
14
Manfred Lange
manfred_lang...
Mar 13, 2006 5:22 pm
Thung Thung, Short answer: csUnit executes tests, which you have written to ensure your code works as expected. Longer answer: There is a few things you need...
15
Amir Kolsky
kolsky
Mar 13, 2006 11:04 pm
OK, I'm on my way to the other side of the world... I have sent you an earlier version of the code sans the category arithmetic stuff. Do you need me to send...
16
gnrutter
Mar 22, 2006 7:50 pm
When using Assert.Equals to test the value of a double against an expected value, I discovered that if the value of the 'actual39; parameter is Nan (Not A...
17
Manfred Lange
manfred_lang...
Mar 22, 2006 8:57 pm
Hi, first, the standard question: which version are you using? For now I assume that you are using the latest released version csUnit 2.0.2. I assume that the...
18
Manfred Lange
manfred_lang...
Mar 22, 2006 9:42 pm
I tested the issue with csUnit 2.0.2, and here are the results for Assert.Equals() with doubles: 1) Assert.Equals(double, NaN) works as expected, that is it...
19
Manfred Lange
manfred_lang...
Mar 22, 2006 10:56 pm
Typo: It should read: "I added the missing tests for items 2 to 4." Kind regards, Manfred. ... Manfred Lange. csUnit Lead Developer http://www.csunit.org...
20
gnrutter
Mar 23, 2006 10:01 am
Manfred, Thanks your prompt reply and confirming what I found. I originally found the problem in 1.9.4, upgraded to 2.0.2 and found it was still occuring. Your...
21
Manfred Lange
manfred_lang...
Mar 23, 2006 6:22 pm
Nigel, I just finished the fixes for these bugs, and along the way improved the parameter checking for some parameters as well, e.g. NaN is no longer an ...
22
manfred_lange_agile
manfred_lang...
Mar 31, 2006 9:35 am
csUnit 2.1.0 BETA Released ========================== csUnit 2.1.0 BETA has been released and is available for download at http//www.csunit.org/download. This...
23
manfred_lange_agile
manfred_lang...
Apr 8, 2006 6:41 am
csUnit 2.0.3 Released ===================== csUnit 2.0.3 has been released and is available for download at http//www.csunit.org/download. This release has...
24
manfred_lange_agile
manfred_lang...
Apr 10, 2006 8:06 am
As several releases have been made available and as this has led to a several changes of csUnit, we felt it was about time to also update the "Getting Started"...
25
manfred_lange_agile
manfred_lang...
Apr 28, 2006 10:48 pm
csUnit 2.1.1 BETA Released ========================== csUnit 2.1.1 BETA has been released and is available for download at http//www.csunit.org/download. This...
26
Amir Kolsky
kolsky
May 1, 2006 7:03 am
Lets hope it's a good one... I've been using nunit with testdriven in 2005 and I really really don't like it compared to csUnit... Amir Kolsky XP& Software...
27
Manfred Lange
manfred_lang...
May 1, 2006 7:14 am
Amir, in case you run into any issues, or there are any suggestions for improvement, please either log entries at SourceForge, or send emaild directly to me....
28
Steven Evans
steven_evans_99
May 8, 2006 11:00 am
Hi, I am trying to create a csunit project using 2.0.3 but keep getting the error: wizard.config could not be loaded. Cound not find a part of the path ...
29
Manfred Lange
manfred_lang...
May 8, 2006 6:31 pm
Steven, I'll look into this and keep you posted. I apologize that csUnit is causing this issue. At the same time I'd like to thank you to raise the issue as...
30
Manfred Lange
manfred_lang...
May 8, 2006 6:54 pm
Steven, I was able to reproduce the problem. Next, I'll look into what caused the problem and try to find a test that will help to prevent it from re-occurring...