Mercurial > public > develkit
changeset 30:22f63ae66fed
TL-34: fix test source property
author | smith@nwoca.org |
---|---|
date | Mon, 11 Apr 2011 20:03:18 -0400 |
parents | bedf62f3916d |
children | 0cbc383e341b |
files | sonar-ant.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sonar-ant.xml Mon Apr 11 17:49:53 2011 -0400 +++ b/sonar-ant.xml Mon Apr 11 20:03:18 2011 -0400 @@ -46,7 +46,7 @@ <property key="sonar.surefire.reportsPath" value="${build.test.results.dir}"/> <property key="sonar.jacoco.reportPath" value="${jacoco.data.file}"/> <tests> - <path location="${test.dir}" /> + <path location="${test.src.dir}" /> </tests> <binaries> <path location="${build.dir}/classes" />