Browse Source

finish off the bug report of Martijn.

Note that the diffs of StyleTest.java is big, the file contained
control M characters at the end of each line
PR: 22549
Submitted by: J.M. (Martijn) Kruithof ant at kruithof dot xs4all dot nl


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275123 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
1a5276fbb0
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/filters/HeadTailTest.java
  2. +2
    -2
      src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java

+ 1
- 1
src/testcases/org/apache/tools/ant/filters/HeadTailTest.java View File

@@ -61,7 +61,7 @@ import org.apache.tools.ant.BuildFileTest;
import org.apache.tools.ant.util.FileUtils;

/** JUnit Testcases for TailFilter and HeadFilter
* @author <a href="mailto:jan@materne.de">Jan Matèrne</a>
* @author <a href="mailto:jan@materne.de">Jan Materne</a>
*/
/* I wrote the testcases in one java file because I want also to test the
* combined behaviour (see end of the class).


+ 2
- 2
src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java View File

@@ -64,8 +64,8 @@ import java.io.Reader;


/**
* TestCases für <style> / <xslt> task.
* @author Jan Matèrne
* TestCases fuer <style> / <xslt> task.
* @author Jan Materne
* @version 2003-08-05
*/
public class StyleTest extends BuildFileTest {


Loading…
Cancel
Save