diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2011-11-18 17:08:20 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2011-11-18 17:08:20 +0000 |
commit | 07f082ad3d6afb717e55972ae0c4a64c5d1e53b4 (patch) | |
tree | ec9ee565983d13ee7154c8645a9ebf68b93ed96a /status.xml | |
parent | 3d2b970d8e559003aea495c0e2a941d0c7d81160 (diff) | |
download | xmlgraphics-fop-07f082ad3d6afb717e55972ae0c4a64c5d1e53b4.tar.gz xmlgraphics-fop-07f082ad3d6afb717e55972ae0c4a64c5d1e53b4.zip |
Bugzilla #52151: added ant script to get JaCoCo code coverage
Patch by Mehdi Houshmand, applied with changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1203749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index e9c708f63..d95506a3f 100644 --- a/status.xml +++ b/status.xml @@ -60,6 +60,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Code" dev="VH" type="add" fixes-bug="52151" due-to="Mehdi Houshmand"> + Added ant script to get JaCoCo code coverage. + </action> <action context="Code" dev="VH" type="add" fixes-bug="52136" due-to="Mehdi Houshmand"> Added to build file JUnit target that uses a regex to run all of the test cases. This reduces the risk that some of them are omitted when building FOP. |