1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

rename mtaHome with mtaJarLocation

This commit is contained in:
Alejandra Ferreiro Vidal 2018-02-05 15:30:21 +01:00
parent 868d13749c
commit 8075157ea2

View File

@ -110,7 +110,7 @@ public class MTABuildTest extends BasePipelineTest {
} }
@Test @Test
void mtaHomeNotSetTest() { void mtaJarLocationNotSetTest() {
new File("${currentDir}/mta.yaml") << defaultMtaYaml() new File("${currentDir}/mta.yaml") << defaultMtaYaml()
@ -125,7 +125,7 @@ public class MTABuildTest extends BasePipelineTest {
@Test @Test
void mtaHomeAsParameterTest() { void mtaJarLocationAsParameterTest() {
new File("${currentDir}/mta.yaml") << defaultMtaYaml() new File("${currentDir}/mta.yaml") << defaultMtaYaml()