forked from dwdyer/reportng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
43 lines (25 loc) · 1.16 KB
/
CHANGELOG.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
32
33
34
35
36
37
38
39
40
41
42
43
Changes in version 1.1.3
------------------------
* Merged in Jeff Weiss' patch to allow custom stylesheets to be loaded from the
classpath (GitHub issue #10).
* Fix for TestNG version dependency in Maven POM (GitHub issue #12).
* Don't generate a Velocity log file unless explicitly requested by setting a
system property (GitHub issue #13).
Changes in version 1.1.2
------------------------
* Fix for NullPointerException when directory does not exist.
* Patch for test instance names in TestNG 5.13.1.
Changes in version 1.1.1
------------------------
* Fix for NullPointerException when method thread ID is null (ISSUE#47).
* Fix for IllegalStateException generating chronology when @AfterXXX methods
are being used.
* Disabled generation of chronology due to inaccuracies in output. Probably
due to TestNG issues #85 and #86.
Changes in version 1.1
----------------------
* Template refactoring and fixing of Velocity warnings/errors.
* i18n
* Added chronology page for listing tests in order of execution.
* Don't use System ClassLoader for loading templates. Fixes problem using
ReportNG with Gradle (see http://jira.codehaus.org/browse/GRADLE-836).