|
|
|
@ -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; |
|
|
|
|