From eabb6ac49c3c23cbb5eba31cde3f55f63e098096 Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Thu, 18 Apr 2019 14:54:15 +0200 Subject: enable BaseKotlinWebSiteHtmlFormatTest --- core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt | 1 - 1 file changed, 1 deletion(-) 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) -- cgit