Bug 469097 - Create basic UI Tests

* Change injection order
diff --git a/tests/org.eclipse.emf.edapt.rcptt/pom.xml b/tests/org.eclipse.emf.edapt.rcptt/pom.xml
index 5a009cc..80593fe 100644
--- a/tests/org.eclipse.emf.edapt.rcptt/pom.xml
+++ b/tests/org.eclipse.emf.edapt.rcptt/pom.xml
@@ -39,18 +39,18 @@
 						<explicit>http://download.eclipse.org/technology/epp/downloads/release/mars/2/eclipse-dsl-mars-2-linux-gtk-x86_64.tar.gz</explicit>
 						<injections>
 							<injection>
-								<site>http://download.eclipse.org/edapt/p2/nightly</site>
-								<features>
-									<feature>org.eclipse.emf.edapt.runtime.feature.feature.group</feature>
-									<feature>org.eclipse.emf.edapt.recorder.feature.feature.group</feature>
-								</features>      
-							</injection>
-							<injection>
 								<site>http://download.eclipse.org/ecp/releases/releases_18/</site>
 								<features>
 									<feature>org.eclipse.emf.ecp.emfforms.idetooling.feature.source.feature.group</feature>
 								</features>      
 							</injection>
+							<injection>
+								<site>http://download.eclipse.org/edapt/p2/nightly</site>
+								<features>
+									<!--feature>org.eclipse.emf.edapt.runtime.feature.feature.group</feature-->
+									<feature>org.eclipse.emf.edapt.recorder.feature.feature.group</feature>
+								</features>      
+							</injection>
 						</injections>
 						<args>
 							<arg>-nosplash</arg>