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

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