Skip to content

Commit e8e3f5d

Browse files
committed
Reactivate LdifReader tests
These tests were ignored in 5dc17b1 due to a runtime issue with spring-ldap. This issue has been fixed in spring-projects/spring-ldap#590.
1 parent 411055f commit e8e3f5d

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/test/ldif/LdifReaderTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import java.net.MalformedURLException;
2424

2525
import org.junit.Before;
26-
import org.junit.Ignore;
2726
import org.junit.Test;
2827
import org.junit.runner.RunWith;
2928
import org.springframework.batch.core.ExitStatus;
@@ -40,7 +39,6 @@
4039
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
4140
import org.springframework.util.Assert;
4241

43-
@Ignore
4442
@RunWith(SpringJUnit4ClassRunner.class)
4543
@ContextConfiguration(locations = {"/simple-job-launcher-context.xml", "/applicationContext-test1.xml"})
4644
public class LdifReaderTests {

spring-batch-core/src/test/java/org/springframework/batch/core/test/ldif/MappingLdifReaderTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.net.MalformedURLException;
2323

2424
import org.junit.Before;
25-
import org.junit.Ignore;
2625
import org.junit.Test;
2726
import org.junit.runner.RunWith;
2827
import org.slf4j.Logger;
@@ -42,7 +41,6 @@
4241
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
4342
import org.springframework.util.Assert;
4443

45-
@Ignore
4644
@RunWith(SpringJUnit4ClassRunner.class)
4745
@ContextConfiguration(locations = {"/simple-job-launcher-context.xml", "/applicationContext-test2.xml"})
4846
public class MappingLdifReaderTests {

spring-batch-core/src/test/java/org/springframework/batch/core/test/ldif/builder/LdifReaderBuilderTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.batch.core.test.ldif.builder;
1818

1919
import org.junit.After;
20-
import org.junit.Ignore;
2120
import org.junit.Test;
2221
import org.junit.runner.RunWith;
2322

@@ -40,7 +39,6 @@
4039
* @author Glenn Renfro
4140
* @author Mahmoud Ben Hassine
4241
*/
43-
@Ignore
4442
@RunWith(SpringRunner.class)
4543
public class LdifReaderBuilderTests {
4644

spring-batch-core/src/test/java/org/springframework/batch/core/test/ldif/builder/MappingLdifReaderBuilderTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.batch.core.test.ldif.builder;
1818

1919
import org.junit.After;
20-
import org.junit.Ignore;
2120
import org.junit.Test;
2221
import org.junit.runner.RunWith;
2322

@@ -42,7 +41,6 @@
4241
* @author Glenn Renfro
4342
* @author Mahmoud Ben Hassine
4443
*/
45-
@Ignore
4644
@RunWith(SpringRunner.class)
4745
public class MappingLdifReaderBuilderTests {
4846
@Autowired

0 commit comments

Comments
 (0)