remove unused code
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@424898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f004d66837
commit
9d8845b5fb
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.ant.antunit;
|
||||
|
||||
import org.apache.tools.ant.BuildException;
|
||||
import org.apache.tools.ant.BuildFileTest;
|
||||
|
||||
public class AntUnitTest extends BuildFileTest {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2005 The Apache Software Foundation
|
||||
* Copyright 2005-2006 The Apache Software Foundation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.ant.antunit;
|
||||
|
||||
import org.apache.tools.ant.BuildException;
|
||||
import org.apache.tools.ant.BuildFileTest;
|
||||
|
||||
public class ExpectFailureTest extends BuildFileTest {
|
||||
|
|
|
|||
Loading…
Reference in New Issue