Skip to content

Commit

Permalink
Merge pull request #356 from Kotlin/devcrocod/test-save-png-and-jpg
Browse files Browse the repository at this point in the history
Enable previously ignored plot tests for saving png and jpeg
  • Loading branch information
devcrocod authored Mar 21, 2024
2 parents b560e38 + cf6e555 commit 0f79b43
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@ class SaveTests {
fun `save plot grid as html`() = gridPlot.testSavePlot("html")

@Test
@Ignore
fun `save plot grid as png`() = gridPlot.testSavePlot("png", scale = 2.0, dpi = 300)

@Test
@Ignore
fun `save plot grid as jpeg`() = gridPlot.testSavePlot("jpeg", scale = 2.5)

@Test
@Ignore
fun `save plot grid as tiff`() = gridPlot.testSavePlot("tiff", dpi = 350)

@Test
Expand All @@ -109,14 +106,11 @@ class SaveTests {
fun `save plot bunch as html`() = bunchPlot.testSavePlot("html")

@Test
@Ignore
fun `save plot bunch as png`() = bunchPlot.testSavePlot("png", scale = 2.0, dpi = 300)

@Test
@Ignore
fun `save plot bunch as jpeg`() = bunchPlot.testSavePlot("jpeg", scale = 2.5)

@Test
@Ignore
fun `save plot bunch as tiff`() = bunchPlot.testSavePlot("tiff", dpi = 350)
}

0 comments on commit 0f79b43

Please sign in to comment.