Browse Source

Remove unintentional "echo" in test case for "sourcefile" attribute of java task

master
Jaikiran Pai 6 years ago
parent
commit
377935d2a4
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/etc/testcases/taskdefs/java.xml

+ 0
- 2
src/etc/testcases/taskdefs/java.xml View File

@@ -427,7 +427,6 @@ redirect.err=&quot;${redirect.err}&quot; should be empty</fail>
<target name="simpleSourceFile"
description="Tests that the single source file programs, introduced in Java 11, works as expected">
<mkdir dir="${output}/javasource"/>
<echo file="/tmp/foo.txt" message="${output}"/>
<echo file="${output}/javasource/A.java">
import java.nio.file.Files;
import java.nio.file.Paths;
@@ -455,7 +454,6 @@ redirect.err=&quot;${redirect.err}&quot; should be empty</fail>

<target name="generateDummyJavaSource">
<mkdir dir="${output}/javasource"/>
<echo file="/tmp/foo.txt" message="${output}"/>
<echo file="${output}/javasource/ThrowsException.java">
public class ThrowsException {
public static void main(String[] args) throws Exception {


Loading…
Cancel
Save