1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

LaunchBar - junits tests are not running - trying to fix...

Change-Id: I4e2f641ece60920b307c3117739a273a0c4c30b0
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-on: https://git.eclipse.org/r/30881
Tested-by: Hudson CI
This commit is contained in:
Alena Laskavaia 2014-08-01 09:40:49 -04:00 committed by Elena Laskavaia
parent 597c1dbc69
commit 5340082453
4 changed files with 14 additions and 7 deletions

View file

@ -10,6 +10,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.launchbar.core;bundle-version="1.0.0",
org.eclipse.debug.core,
org.eclipse.cdt.debug.core,
org.eclipse.core.filesystem
org.eclipse.core.filesystem,
org.hamcrest
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.launchbar.core.tests

View file

@ -13,7 +13,7 @@
<version>1.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.launchbar.core.tests</artifactId>
<packaging>eclipse-plugin</packaging>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
@ -22,6 +22,8 @@
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<!-- It does not need ui, but it does not work headless for some reason -->
<useUIHarness>true</useUIHarness>
<argLine>${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
<includes>
<include>**/AutomatedIntegrationSuite.*</include>
@ -32,11 +34,6 @@
<artifactId>org.eclipse.platform.feature.group</artifactId>
<type>p2-installable-unit</type>
</dependency>
<dependency>
<artifactId>org.eclipse.cdt.feature.group</artifactId>
<version>8.2.0.${buildQualifier}</version>
<type>p2-installable-unit</type>
</dependency>
</dependencies>
</configuration>
</plugin>

View file

@ -12,6 +12,7 @@
<unit id="org.junit" version="0.0.0"/>
<unit id="org.junit.source" version="0.0.0"/>
<unit id="org.mockito" version="0.0.0"/>
<unit id="org.hamcrest" version="0.0.0"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">

View file

@ -69,4 +69,11 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.launchbar.core.tests"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>