Skip to content

Commit

Permalink
Reactivate LdifReader tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fmbenhassine committed Nov 25, 2021
1 parent 411055f commit e8e3f5d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
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;
Expand All @@ -40,7 +39,6 @@
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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
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;
Expand All @@ -42,7 +41,6 @@
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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -40,7 +39,6 @@
* @author Glenn Renfro
* @author Mahmoud Ben Hassine
*/
@Ignore
@RunWith(SpringRunner.class)
public class LdifReaderBuilderTests {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -42,7 +41,6 @@
* @author Glenn Renfro
* @author Mahmoud Ben Hassine
*/
@Ignore
@RunWith(SpringRunner.class)
public class MappingLdifReaderBuilderTests {
@Autowired
Expand Down

0 comments on commit e8e3f5d

Please sign in to comment.