Skip to content

Commit

Permalink
#764 detekt issues fix
Browse files Browse the repository at this point in the history
detekt issues fix
  • Loading branch information
adamfilipow92 committed May 7, 2020
1 parent b36c3b5 commit 9b025ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fun fixHtmlCodes(data: String): String {
fixedStr = fixedStr.replace(isoControlCode, "")
}
return fixedStr
}
}
6 changes: 0 additions & 6 deletions test_runner/src/test/kotlin/ftl/reports/xml/JUnitXmlTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ftl.test.util.TestHelper.normalizeLineEnding
import java.nio.file.Paths
import org.junit.Test


class JUnitXmlTest {

companion object {
Expand Down Expand Up @@ -441,8 +440,6 @@ junit.framework.Assert.fail(Assert.java:50)</failure>
""".trimIndent()
assertThat(merged).isEqualTo(expected)
}


@Test
fun `parse ftl quirks`() {
val crashingAllSuitesMessage = """
Expand Down Expand Up @@ -470,8 +467,5 @@ junit.framework.Assert.fail(Assert.java:50)</failure>

parseAllSuitesXml(crashingAllSuitesMessage)
parseOneSuiteXml(crashingOneSuiteMessage)

}

}

0 comments on commit 9b025ac

Please sign in to comment.