-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.txt
31 lines (20 loc) · 1008 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NUnit-Results 1.1 - December 4, 2009
* Name of the application is changed from NUnitResults to NUnit-Results.
The executable is nunit-results.exe in keeping with the naming of
othe NUnit-related applications.
* Parameterized and/or generic test fixtures are now recognized
and displayed correctly.
* Parameterized tests are no longer counted twice in reports.
* Paramterized test cases are now displayed correctly in the
Failures and Not Run tables.
* Stack traces are displayed using <pre> so that they lay out
in the same way as when displayed by .NET.
* Fixtures containing only parameterized tests are correctly
recognized and the contained method suites no longer appear
as fixtures. (See the README for a limitation.)
* FileNotFoundException no longer displays a stack trace.
* HTML Reports now contain the time of the test run.
* Tests are provided using result files created by NUNit
2.2.10, 2.4.8 and 2.5.2.
NUnitResults 1.0 - January 18, 2008
* Initial Release