Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-02-02 08:12:10 +0000
committerUwe Stieber2015-02-02 08:12:10 +0000
commit79a9a887192d7c35ff37018704db924e5793bbed (patch)
tree3cc23a47f8ed59ae235396318704333077220cb5 /target_explorer
parentab7610ae79fd41691b7d69ff7abbac4adc72f99b (diff)
downloadorg.eclipse.tcf-79a9a887192d7c35ff37018704db924e5793bbed.tar.gz
org.eclipse.tcf-79a9a887192d7c35ff37018704db924e5793bbed.tar.xz
org.eclipse.tcf-79a9a887192d7c35ff37018704db924e5793bbed.zip
Tests: Attempt to reactivate TCF debugger tests
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml32
1 files changed, 9 insertions, 23 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index 9c58b314f..010875e1b 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -28,31 +28,18 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <dependency-resolution>
- <extraRequirements>
- <requirement>
- <type>eclipse-feature</type>
- <id>org.eclipse.sdk</id>
- <versionRange>0.0.0</versionRange>
- </requirement>
- </extraRequirements>
- </dependency-resolution>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
- <testSuite>org.eclipse.tcf.te.tests</testSuite>
- <testClass>org.eclipse.tcf.te.tests.suites.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
+ <product>org.eclipse.platform.ide</product>
+ <argLine>${tycho.testArgLine} ${ui.test.vmargs}</argLine>
+ <application>org.eclipse.ui.ide.workbench</application>
+ <testFailureIgnore>true</testFailureIgnore>
<showEclipseLog>true</showEclipseLog>
+ <testRuntime>p2Installed</testRuntime>
<!--
<debugPort>8003</debugPort>
-->
@@ -61,11 +48,10 @@
<osgi.debug>${basedir}/tracing/.options</osgi.debug>
<tcf.agent.path>${basedir}/.agent/agent</tcf.agent.path>
</systemProperties>
- <product>org.eclipse.platform.ide</product>
- <argLine>${tycho.testArgLine} ${ui.test.vmargs}</argLine>
- <testFailureIgnore>true</testFailureIgnore>
- <application>org.eclipse.ui.ide.workbench</application>
- </configuration>
+
+ <testSuite>org.eclipse.tcf.te.tests</testSuite>
+ <testClass>org.eclipse.tcf.te.tests.suites.AllTests</testClass>
+ </configuration>
</plugin>
<plugin>

Back to the top