Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/org.eclipse.tcf.debug.test/pom.xml')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml26
1 files changed, 17 insertions, 9 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index 005b03970..f183034b6 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -32,6 +32,23 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
+ <useUIHarness>true</useUIHarness>
+ <useUIThread>false</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>
+ -->
+
+ <systemProperties>
+ <osgi.debug>${basedir}/tracing/.options</osgi.debug>
+ <tcf.agent.path>${basedir}/.agent/agent</tcf.agent.path>
+ </systemProperties>
+
<includes>
<include>**/BreakpointsTest.*</include>
<include>**/TransactionTests.*</include>
@@ -44,15 +61,6 @@
<include>**/QueryTests.*</include>
<include>**/RangeCacheTests.*</include>
</includes>
- <!--
- <debugPort>8003</debugPort>
- -->
- <useUIHarness>true</useUIHarness>
- <useUIThread>false</useUIThread>
- <product>org.eclipse.platform.ide</product>
- <argLine>${tycho.testArgLine} ${ui.test.vmargs}</argLine>
- <testFailureIgnore>true</testFailureIgnore>
- <application>org.eclipse.ui.ide.workbench</application>
</configuration>
</plugin>

Back to the top