mirror of https://github.com/apache/lucene.git
LUCENE-4308: clean up imports, move below license
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1373803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04df51f90d
commit
119df148b8
|
@ -1,15 +1,5 @@
|
||||||
package org.apache.lucene.util.junitcompat;
|
package org.apache.lucene.util.junitcompat;
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
|
|
||||||
import org.apache.lucene.store.Directory;
|
|
||||||
import org.apache.lucene.util._TestUtil;
|
|
||||||
import org.apache.lucene.util.junitcompat.TestFailIfDirectoryNotClosed.Nested1;
|
|
||||||
import org.junit.Assert;
|
|
||||||
import org.junit.Test;
|
|
||||||
import org.junit.runner.JUnitCore;
|
|
||||||
import org.junit.runner.Result;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
|
@ -27,6 +17,14 @@ import org.junit.runner.Result;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
|
||||||
|
import org.apache.lucene.util._TestUtil;
|
||||||
|
import org.junit.Assert;
|
||||||
|
import org.junit.Test;
|
||||||
|
import org.junit.runner.JUnitCore;
|
||||||
|
import org.junit.runner.Result;
|
||||||
|
|
||||||
public class TestLeaveFilesIfTestFails extends WithNestedTests {
|
public class TestLeaveFilesIfTestFails extends WithNestedTests {
|
||||||
public TestLeaveFilesIfTestFails() {
|
public TestLeaveFilesIfTestFails() {
|
||||||
super(true);
|
super(true);
|
||||||
|
|
Loading…
Reference in New Issue