Skip to content

Commit

Permalink
remove test_tony temporary test
Browse files Browse the repository at this point in the history
  • Loading branch information
cosentino-smeup committed Jan 31, 2024
1 parent 901f7db commit 167a918
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ open class SmeupInterpreterTest : AbstractTest() {
assertEquals(expected, "smeup/T40_A10_P01".outputOf(configuration = smeupConfig))
}

@Test
fun executeTestTony() {
val expected = listOf("")
assertEquals(expected, "smeup/test_tony".outputOf(configuration = smeupConfig))
}

@Test
fun executeT10_A60_P04() {
val expected = listOf<String>("C10_P1: MULANGT102")
Expand Down
21 changes: 0 additions & 21 deletions rpgJavaInterpreter-core/src/test/resources/smeup/test_tony.rpgle

This file was deleted.

0 comments on commit 167a918

Please sign in to comment.