Commit Graph

4 Commits

Author SHA1 Message Date
Vincent Massol 9818983b08 Changed "assert (true == true);" to "assert true == true : "true was not true";". The first expressions did not make Clover barf. The second does unless you specify the new <jdk>1.4</jdk> property. Thanks to Dave Sag for noticing this.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328042 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 11:52:27 +00:00
Vincent Massol 94549ff8d0 Added JDK 1.4 assert to verify that the clover plugin works with JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328031 13f79535-47bb-0310-9956-ffa450edef68
2005-10-24 11:01:45 +00:00
Vincent Massol d82808fe0c - Percentage is a string with a percent symbol.
- Modified code under test so that TPC is 66,66% and not 100% (just because I can). Added a conditional statement.
- The clover:check still fails but I've pinpointed it to the fact that the surefire plugin does not fork tests and thus the coverage database is empty when the check occurs (that's because by default clover re-initializes the database upon a new instrumentation - Using a span attribute makes it work but that's not what we want).

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226510 13f79535-47bb-0310-9956-ffa450edef68
2005-07-30 13:25:39 +00:00
Brett Leslie Porter 729588ee89 move clover samples to examples directory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219873 13f79535-47bb-0310-9956-ffa450edef68
2005-07-20 09:46:00 +00:00