bug 337243 - fix junit tests
diff --git a/org.eclipse.e4.builder/builder/general/tests/test.xml b/org.eclipse.e4.builder/builder/general/tests/test.xml
index acfef2b..aa8fc6a 100644
--- a/org.eclipse.e4.builder/builder/general/tests/test.xml
+++ b/org.eclipse.e4.builder/builder/general/tests/test.xml
@@ -26,7 +26,7 @@
 	<property name="junit-report-output" value="${results}/${platform}" />
 
 	<!--Directory name of org.eclipse.test plug-in installed in ${eclipse-home}-->
-	<property name="org.eclipse.test" value="org.eclipse.test_3.3.0" />
+	<property name="org.eclipse.test" value="org.eclipse.test_3.3.100" />
 
 	<target name="setup" unless="noclean" depends="init">
 		<echo message="Runtime Archive is ${runtimeArchive}" />
@@ -204,6 +204,7 @@
 		</antcall>
 		<!--library.xml is now in dropins folder -->
 		<property name="library-file" value="${eclipse-home}/plugins/${org.eclipse.test}/library.xml" />
+		<property name="junit-stylesheet" value="${eclipse-home}/plugins/${org.eclipse.test}/JUNIT.XSL" />
 		<echo>trying to find ${testPlugin}_v*</echo>
 		<fileset id="test.plugin.file" dir="${eclipse-home}/plugins">
 			<filename name="${testPlugin}_*/test.xml"/>
diff --git a/org.eclipse.e4.runtime.releng/maps/runtime.map b/org.eclipse.e4.runtime.releng/maps/runtime.map
index dc0c2df..04a3f75 100644
--- a/org.eclipse.e4.runtime.releng/maps/runtime.map
+++ b/org.eclipse.e4.runtime.releng/maps/runtime.map
@@ -14,4 +14,4 @@
 
 !**** and build it
 feature@org.eclipse.e4.runtime.feature=v20100917-1000,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,,e4/org.eclipse.e4.runtime/features/org.eclipse.e4.runtime.feature
-feature@org.eclipse.e4.tests.base.feature=v20100825-1400,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,,e4/org.eclipse.e4.runtime/features/org.eclipse.e4.tests.base.feature
\ No newline at end of file
+feature@org.eclipse.e4.tests.base.feature=v20110215,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,,e4/org.eclipse.e4.runtime/features/org.eclipse.e4.tests.base.feature
\ No newline at end of file