Bael 6556 2 (#4365)

* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of testcase renamed
This commit is contained in:
Amit Pandey
2018-05-30 01:44:19 +05:30
committed by Grzegorz Piwowarek
parent 8713e26b6f
commit dfcc0cab05
39 changed files with 41 additions and 41 deletions
@@ -18,7 +18,7 @@ import org.junit.Before;
import org.junit.Test;
import static org.assertj.core.api.Assertions.*;
public class FileCopierTest {
public class FileCopierIntegrationTest {
File original = new File("src/test/resources/original.txt");
@Before
@@ -24,7 +24,7 @@ import org.junit.Test;
import com.baeldung.util.StreamUtils;
public class FilesTest {
public class FilesManualTest {
public static final String fileName = "src/main/resources/countries.properties";