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.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index d50d9fde9..2ca083adb 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -33,10 +33,15 @@
<configuration>
<includes>
<include>**/BreakpointsTest.*</include>
+ <include>**/TransactionTests.*</include>
+ <include>**/BreakpointDetailPaneTest.*</include>
+ <include>**/BreakpointsViewTest.*</include>
+ <include>**/RunControlCMTest.*</include>
+ <include>**/StackTraceCMTest.*</include>
<include>**/SampleTest.*</include>
<include>**/CacheTests.*</include>
<include>**/QueryTests.*</include>
- <include>**/TransactionTests.*</include>
+ <include>**/RangeCacheTests.*</include>
</includes>
<!--
<debugPort>8003</debugPort>

Back to the top