Revert accidental test ignoring
This commit is contained in:
@@ -37,7 +37,6 @@ import org.jetbrains.kotlin.test.TestJdkKind
|
||||
import org.jetbrains.kotlin.util.KotlinFrontEndException
|
||||
import org.jetbrains.kotlin.utils.PathUtil
|
||||
import org.junit.Assert
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.io.File
|
||||
import java.io.OutputStream
|
||||
@@ -315,7 +314,6 @@ class ScriptTemplateTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
fun testThrowing() {
|
||||
val messageCollector = TestMessageCollector()
|
||||
compileScript("fib.kts", ScriptWithThrowingResolver::class, null, messageCollector = messageCollector)
|
||||
@@ -324,7 +322,6 @@ class ScriptTemplateTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
fun testSmokeScriptException() {
|
||||
val messageCollector = TestMessageCollector()
|
||||
val aClass = compileScript("smoke_exception.kts", ScriptWithArrayParam::class, messageCollector = messageCollector)
|
||||
@@ -341,7 +338,6 @@ class ScriptTemplateTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
fun testScriptWithNoMatchingTemplate() {
|
||||
try {
|
||||
compileScript("fib.kts", ScriptWithDifferentFileNamePattern::class, null)
|
||||
|
||||
Reference in New Issue
Block a user