TCI - Update Paths for EPP RCPTT Test

Change-Id: I7219748d012af8f57857689b66d0b0760945a5f8
Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
diff --git a/tests/ECPQ7Tests/EPPTests/download.sh b/tests/ECPQ7Tests/EPPTests/download.sh
index fc7d726..eaf2fcd 100755
--- a/tests/ECPQ7Tests/EPPTests/download.sh
+++ b/tests/ECPQ7Tests/EPPTests/download.sh
@@ -2,7 +2,7 @@
 	exit
 fi
 AUT_DIR="$1/aut"
-rm -rf ${AUT_DIR}/*
+#rm -rf ${AUT_DIR}/*
 mkdir -p ${AUT_DIR}
 cd ${AUT_DIR}
 wget -O $2_$3.tar.gz https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$2/$3/eclipse-committers-$2-$3-linux-gtk-x86_64.tar.gz\&r=1 --proxy=off
diff --git a/tests/ECPQ7Tests/EPPTests/pom.xml b/tests/ECPQ7Tests/EPPTests/pom.xml
index 8a5d6a2..de0e16f 100644
--- a/tests/ECPQ7Tests/EPPTests/pom.xml
+++ b/tests/ECPQ7Tests/EPPTests/pom.xml
@@ -24,7 +24,7 @@
 	</profiles>
 	<properties>
 		<emfstore-update-site>http://download.eclipse.org/emfstore/releases_19</emfstore-update-site>
-		<aut-path>/home/data/httpd/download.eclipse.org/ecp</aut-path>
+		<aut-path>.</aut-path>
 	</properties>
 	<build>
 		<pluginManagement>