aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrystianUjma <kujma@virtuslab.com>2019-04-18 14:54:15 +0200
committerKrystianUjma <kujma@virtuslab.com>2019-04-18 14:54:15 +0200
commiteabb6ac49c3c23cbb5eba31cde3f55f63e098096 (patch)
tree03743b84c8b40e6f89c927f0445e4a578e095f2d
parentb11052baa306585f0dc41427444be986574dc644 (diff)
downloaddokka-eabb6ac49c3c23cbb5eba31cde3f55f63e098096.tar.gz
dokka-eabb6ac49c3c23cbb5eba31cde3f55f63e098096.tar.bz2
dokka-eabb6ac49c3c23cbb5eba31cde3f55f63e098096.zip
enable BaseKotlinWebSiteHtmlFormatTest
-rw-r--r--core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt b/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt
index 119a567c..1d5cfa49 100644
--- a/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt
+++ b/core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt
@@ -4,7 +4,6 @@ import org.jetbrains.dokka.*
import org.junit.Ignore
import org.junit.Test
-@Ignore
abstract class BaseKotlinWebSiteHtmlFormatTest(val analysisPlatform: Platform): FileGeneratorTestCase() {
val defaultModelConfig = ModelConfig(analysisPlatform = analysisPlatform)
override val formatService = KotlinWebsiteHtmlFormatService(fileGenerator, KotlinLanguageService(), listOf(), EmptyHtmlTemplateService)