Enable KotlinScriptTemplateTests after KT-18833 fix
This commit is contained in:
@@ -20,7 +20,6 @@ import java.util.HashMap;
|
|||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||||
@@ -39,7 +38,6 @@ import static org.junit.Assert.assertEquals;
|
|||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
*/
|
*/
|
||||||
@Ignore // for JDK 9 compatibility, see KT-18833
|
|
||||||
public class KotlinScriptTemplateTests {
|
public class KotlinScriptTemplateTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ import java.util.Map;
|
|||||||
import javax.servlet.ServletContext;
|
import javax.servlet.ServletContext;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||||
@@ -42,7 +41,6 @@ import static org.mockito.Mockito.*;
|
|||||||
*
|
*
|
||||||
* @author Sebastien Deleuze
|
* @author Sebastien Deleuze
|
||||||
*/
|
*/
|
||||||
@Ignore // for JDK 9 compatibility, see KT-18833
|
|
||||||
public class KotlinScriptTemplateTests {
|
public class KotlinScriptTemplateTests {
|
||||||
|
|
||||||
private WebApplicationContext webAppContext;
|
private WebApplicationContext webAppContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user