From 8075157ea29f6f2eaab2b0cd245fc0ee7ec94722 Mon Sep 17 00:00:00 2001 From: Alejandra Ferreiro Vidal Date: Mon, 5 Feb 2018 15:30:21 +0100 Subject: [PATCH] rename mtaHome with mtaJarLocation --- test/groovy/MTABuildTest.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/groovy/MTABuildTest.groovy b/test/groovy/MTABuildTest.groovy index 8b23f8630..7f1ee6a14 100644 --- a/test/groovy/MTABuildTest.groovy +++ b/test/groovy/MTABuildTest.groovy @@ -110,7 +110,7 @@ public class MTABuildTest extends BasePipelineTest { } @Test - void mtaHomeNotSetTest() { + void mtaJarLocationNotSetTest() { new File("${currentDir}/mta.yaml") << defaultMtaYaml() @@ -125,7 +125,7 @@ public class MTABuildTest extends BasePipelineTest { @Test - void mtaHomeAsParameterTest() { + void mtaJarLocationAsParameterTest() { new File("${currentDir}/mta.yaml") << defaultMtaYaml()