You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/06/24 18:14:46 UTC

git commit: Rename code coverage test.

Repository: cassandra
Updated Branches:
  refs/heads/trunk 2a3e2021f -> 33c5e19a2


Rename code coverage test.

Patch by Russ Hatch, reviewed by brandonwilliams for CASSANDRA-7226


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/33c5e19a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/33c5e19a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/33c5e19a

Branch: refs/heads/trunk
Commit: 33c5e19a2649986989b0d3236ec511593e63f20c
Parents: 2a3e202
Author: Brandon Williams <br...@apache.org>
Authored: Tue Jun 24 11:14:05 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue Jun 24 11:14:05 2014 -0500

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c5e19a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 02e1f98..db738bf 100644
--- a/build.xml
+++ b/build.xml
@@ -1292,7 +1292,7 @@
       <executiondata>
         <file file="${jacoco.execfile}" />
       </executiondata>
-      <structure name="JaCoCo Cassandara Unit Test Coverage">
+      <structure name="JaCoCo Cassandara Coverage Report">
         <classfiles>
           <fileset dir="${build.classes}">
             <include name="**/*.class"/>