Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2278)

Unified Diff: editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml

Issue 12377052: Add the editor unit tests to the editor itself. The editor can now test itself (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml
===================================================================
--- editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml (revision 19335)
+++ editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml (working copy)
@@ -80,17 +80,7 @@
<!--
run the tests in DartTools
-->
- <target name="doTests" depends="deploy, setupTests, getPort">
-
- <!-- Exclude the UI plugins when running headless tests -->
- <property name="build.target.dropins.unused" location="${build.target.dropins}-unused"/>
- <mkdir dir="${build.target.dropins.unused}"/>
- <move todir="${build.target.dropins.unused}">
- <fileset dir="${build.target.dropins}">
- <include name="dart/plugins/com.google.dart.tools.ui*.jar"/>
- </fileset>
- </move>
-
+ <target name="doTests" depends="deploy, setupTests, getPort">
<property name="build.eclipse.test_application"
value="org.eclipse.pde.junit.runtime.coretestapplication" />
<property name="build.test.platform.vm.args" value="" />
@@ -101,8 +91,8 @@
<echoproperties prefix="build." />
<fileset dir="${build.target.abs}/eclipse/plugins"
includes="org.eclipse.equinox.launcher_*.jar"
- id="fs.eclipse.target.laincher" />
- <pathconvert property="eclipse.target.launcher.jar" refid="fs.eclipse.target.laincher" />
+ id="fs.eclipse.target.launcher" />
+ <pathconvert property="eclipse.target.launcher.jar" refid="fs.eclipse.target.launcher" />
<echo message="starting Eclipse with ${eclipse.target.launcher.jar}" />
<echo message="running application ${build.eclipse.test_application}"/>
<parallel>

Powered by Google App Engine
This is Rietveld 408576698