Browse Source

A super-call is ok here so you'll get the "standard" behaviour you expect from other BuildFileTests.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419882 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 19 years ago
parent
commit
33aa821b3e
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/testcases/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java

+ 5
- 1
src/testcases/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java View File

@@ -44,7 +44,6 @@ import org.apache.tools.ant.util.FileUtils;
/**
* Unit tests for ModifiedSelector.
*
* @version 2005-07-19
* @since Ant 1.6
*/
public class ModifiedSelectorTest extends BaseSelectorTest {
@@ -920,6 +919,11 @@ public class ModifiedSelectorTest extends BaseSelectorTest {
* tearDown method, and in the superclass it is protected.
*/
public void tearDown() {
try {
super.tearDown();
} catch (Exception e) {
// ignore
}
}

public void doTarget(String target) {


Loading…
Cancel
Save