diff options
Diffstat (limited to 'dev-java/apache-rat/files/apache-rat-0.15-fix-tests.patch')
| -rw-r--r-- | dev-java/apache-rat/files/apache-rat-0.15-fix-tests.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-java/apache-rat/files/apache-rat-0.15-fix-tests.patch b/dev-java/apache-rat/files/apache-rat-0.15-fix-tests.patch deleted file mode 100644 index b9cb73648008..000000000000 --- a/dev-java/apache-rat/files/apache-rat-0.15-fix-tests.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/apache-rat-tasks/src/test/resources/antunit/report-junit.xml -+++ b/apache-rat-tasks/src/test/resources/antunit/report-junit.xml -@@ -48,7 +48,7 @@ - <target name="all"/> - - <target name="testWithReportSentToFile"> -- <property name="report.file" location="${output.dir}/selftest.report"/> -+ <property name="report.file" location="../../../../target/anttasks/selftest.report"/> - <rat:report reportFile="${report.file}"> - <file file="${ant.file}"/> - </rat:report> -@@ -88,22 +88,22 @@ - <target name="testAddLicenseHeaders"> - <delete dir="${output.dir}/it-sources"/> - <mkdir dir="${output.dir}/it-sources"/> -- <copy file="src/test/resources/antunit/index.apt" tofile="${output.dir}/it-sources/index.apt"/> -+ <copy file="index.apt" tofile="../../../../target/anttasks/it-sources/index.apt"/> - <rat:report addLicenseHeaders="true"> -- <file file="${output.dir}/it-sources/index.apt"/> -+ <file file="../../../../target/anttasks/it-sources/index.apt"/> - </rat:report> - </target> - - <target name="testISO88591"> - <rat:report format="xml"> -- <file file="src/test/resources/org/example/iso-8859-1.html"/> -+ <file file="../../../../src/test/resources/org/example/iso-8859-1.html"/> - </rat:report> - </target> - - <target name="testISO88591WithReportFile"> -- <property name="report.file" location="${output.dir}/selftest.report"/> -+ <property name="report.file" location="../../../../target/anttasks/selftest.report"/> - <rat:report reportFile="${report.file}" format="xml"> -- <file file="src/test/resources/org/example/iso-8859-1.html"/> -+ <file file="../../../../src/test/resources/org/example/iso-8859-1.html"/> - </rat:report> - </target> - </project> |
