Skip to content

Commit 1830fc0

Browse files
Revert "Fix test execution: disable useUIHarness and add proper surefire phase binding"
This reverts commit 896b68d.
1 parent e03f0bb commit 1830fc0

2 files changed

Lines changed: 3 additions & 19 deletions

File tree

checkmarx-ast-eclipse-plugin-tests/pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,15 @@
7777
<groupId>org.eclipse.tycho</groupId>
7878
<artifactId>tycho-surefire-plugin</artifactId>
7979
<version>${tycho.version}</version>
80-
<executions>
81-
<execution>
82-
<phase>test</phase>
83-
<goals>
84-
<goal>test</goal>
85-
</goals>
86-
</execution>
87-
</executions>
8880
<configuration>
89-
<useUIHarness>false</useUIHarness>
81+
<useUIHarness>true</useUIHarness>
9082
<useUIThread>false</useUIThread>
9183
<providerHint>junit5</providerHint>
92-
<failIfNoTests>false</failIfNoTests>
84+
<failIfNoTests>true</failIfNoTests>
9385
<argLine>${tycho.testArgLine}</argLine>
9486
<includes>
95-
<include>**/*Test.java</include>
87+
<include>${test.includes}</include>
9688
</includes>
97-
<excludes>
98-
<exclude>**/ui/**</exclude>
99-
</excludes>
100-
<work>${project.build.directory}/work-unit</work>
10189
</configuration>
10290
</plugin>
10391

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@
183183
<goals>
184184
<goal>report-aggregate</goal>
185185
</goals>
186-
<configuration>
187-
<dataFile>${project.build.directory}/jacoco.exec</dataFile>
188-
<outputDirectory>${project.build.directory}/site/jacoco-aggregate</outputDirectory>
189-
</configuration>
190186
</execution>
191187

192188
</executions>

0 commit comments

Comments
 (0)