-
Hi,
If you are still interesting in finding the solution :
If the file : toolkit.xsl (which is located in ...\nant\bin)
--------------------------
you just have to replace the line
""
by
"
"
Be Careful : spaces...
2007-07-27 12:26:01 UTC in NUnit2Report Task
-
Hi,
If you are still interesting in finding the solution :
If the file : toolkit.xsl (which is located in ...\nant\bin)
--------------------------
you just have to replace the line
""
by
"
"
Be Careful : spaces...
2007-07-27 11:40:02 UTC in NUnit2Report Task
-
Hi,
While testing my application, I realise that there is a problem :
In my test :
------------------------------------------
...
Assert.AreEqual(complete, false);
...
------------------------------------------
And Nunit displays :
Expected: true .... but was: False
In fact it should be:
Expected: False.... but was: True
The result of the test is the good result (here...
2007-07-11 15:45:15 UTC in NUnit .Net unit testing framework