From 394d5011e34f6f5346e752348c12a24508f09fe6 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 11 Oct 2006 23:06:27 +0000 Subject: [PATCH] svn style native git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463031 13f79535-47bb-0310-9956-ffa450edef68 --- .../junit/junit-outputtoformatters-test.xml | 240 +++++++++--------- .../optional/junit/src/ExampleTest.java | 14 +- 2 files changed, 127 insertions(+), 127 deletions(-) diff --git a/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml b/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml index dc096295a..29c0ff3fd 100644 --- a/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml +++ b/src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml @@ -1,120 +1,120 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/tests/antunit/taskdefs/optional/junit/src/ExampleTest.java b/src/tests/antunit/taskdefs/optional/junit/src/ExampleTest.java index 35f9978ad..af68a7038 100644 --- a/src/tests/antunit/taskdefs/optional/junit/src/ExampleTest.java +++ b/src/tests/antunit/taskdefs/optional/junit/src/ExampleTest.java @@ -1,7 +1,7 @@ -import junit.framework.TestCase; - -public class ExampleTest extends TestCase { - public void testHello() { - System.out.println("Hello From Test"); - } -} +import junit.framework.TestCase; + +public class ExampleTest extends TestCase { + public void testHello() { + System.out.println("Hello From Test"); + } +}