Enable KotlinScriptTemplateTests after KT-18833 fix

This commit is contained in:
sdeleuze 2018-04-23 14:49:22 +02:00
parent 19ac212868
commit 1d6540b1c2
2 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
@ -39,7 +38,6 @@ import static org.junit.Assert.assertEquals;
*
* @author Sebastien Deleuze
*/
@Ignore // for JDK 9 compatibility, see KT-18833
public class KotlinScriptTemplateTests {
@Test

View File

@ -22,7 +22,6 @@ import java.util.Map;
import javax.servlet.ServletContext;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
@ -42,7 +41,6 @@ import static org.mockito.Mockito.*;
*
* @author Sebastien Deleuze
*/
@Ignore // for JDK 9 compatibility, see KT-18833
public class KotlinScriptTemplateTests {
private WebApplicationContext webAppContext;