Reactivate LdifReader tests

These tests were ignored in 5dc17b19
due to a runtime issue with spring-ldap.
This issue has been fixed in
https://github.com/spring-projects/spring-ldap/issues/590.
This commit is contained in:
Mahmoud Ben Hassine
2021-11-25 14:13:58 +01:00
parent 411055f433
commit e8e3f5da08
4 changed files with 0 additions and 8 deletions

View File

@@ -23,7 +23,6 @@ import java.io.FileReader;
import java.net.MalformedURLException;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.batch.core.ExitStatus;
@@ -40,7 +39,6 @@ import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.util.Assert;
@Ignore
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"/simple-job-launcher-context.xml", "/applicationContext-test1.xml"})
public class LdifReaderTests {

View File

@@ -22,7 +22,6 @@ import java.io.InputStreamReader;
import java.net.MalformedURLException;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
@@ -42,7 +41,6 @@ import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.util.Assert;
@Ignore
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = {"/simple-job-launcher-context.xml", "/applicationContext-test2.xml"})
public class MappingLdifReaderTests {

View File

@@ -17,7 +17,6 @@
package org.springframework.batch.core.test.ldif.builder;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -40,7 +39,6 @@ import static org.junit.Assert.fail;
* @author Glenn Renfro
* @author Mahmoud Ben Hassine
*/
@Ignore
@RunWith(SpringRunner.class)
public class LdifReaderBuilderTests {

View File

@@ -17,7 +17,6 @@
package org.springframework.batch.core.test.ldif.builder;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -42,7 +41,6 @@ import static org.junit.Assert.fail;
* @author Glenn Renfro
* @author Mahmoud Ben Hassine
*/
@Ignore
@RunWith(SpringRunner.class)
public class MappingLdifReaderBuilderTests {
@Autowired