Commit Graph

10 Commits

Author SHA1 Message Date
Vincent Massol 2da1d48e5d Set a small flush intervalso that the tests execute more rapidly and to ensure it's possible to override it.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328761 13f79535-47bb-0310-9956-ffa450edef68
2005-10-26 23:19:50 +00:00
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 db6b1a8172 Added again <defaultExcludes>. Apparently is was a problem with my version of m2. Sorry for the noise.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291106 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 12:14:09 +00:00
Vincent Massol deaebc1c10 Removing the <excludeDefault> element for now as it's causing the build to fail with:
[INFO] Reason: Failed to parse model from file 'C:\dev\maven\components\trunk\examples\maven-clover-plugin-samples\maven-clover-plugin-sample-simple\pom.xml'.
Error: 'Unrecognised tag: 'excludeDefaults' (position: START_TAG seen ...<reporting>\r\n    <excludeDefaults>... @22:22) '


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291102 13f79535-47bb-0310-9956-ffa450edef68
2005-09-23 11:26:37 +00:00
Brett Leslie Porter 5ce9186b5c fix up the sample
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@290867 13f79535-47bb-0310-9956-ffa450edef68
2005-09-22 00:33:45 +00:00
Brett Leslie Porter fd4eb4c1d2 some dependency clean up
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280759 13f79535-47bb-0310-9956-ffa450edef68
2005-09-14 04:08:29 +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
Vincent Massol 88333380a9 Upgrade to Clover 1.3.9. Please note that the Clover dependency should be removed (there's a JIRA issue about this)
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226484 13f79535-47bb-0310-9956-ffa450edef68
2005-07-30 07:50:40 +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