diff --git a/tests/build.properties b/tests/build.properties index 013f3f3c4..50d6b077f 100644 --- a/tests/build.properties +++ b/tests/build.properties @@ -5,10 +5,6 @@ tested.project.dir=../astrid # output files and apk out.dir=bin -# source directory must be underneath output directory -# because we pull in from multiple source folders -source.dir=${out.dir}/source - # test runner: junit report test runner test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner diff --git a/tests/build.xml b/tests/build.xml index 8b1acfd52..919093b5e 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -69,25 +69,50 @@ run-tests: Run unit tests. coverage: Run tests and dump emma coverage reports. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Downloading coverage file into project directory... + + + + + + + + Extracting coverage report... + + + + + + + + + + + + + + + Cleaning up temporary files... + + + + Saving the report file in ${basedir}/coverage/coverage.html + + @@ -99,32 +124,4 @@ - - Downloading coverage file into project directory... - - - - - - - Extracting coverage report... - - - - - - - - - - - - Cleaning up temporary files... - - - - Saving the report file in ${basedir}/coverage/coverage.[html/xml] - -