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:
parent
597c1dbc69
commit
5340082453
4 changed files with 14 additions and 7 deletions
|
@ -10,6 +10,8 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.cdt.launchbar.core;bundle-version="1.0.0",
|
org.eclipse.cdt.launchbar.core;bundle-version="1.0.0",
|
||||||
org.eclipse.debug.core,
|
org.eclipse.debug.core,
|
||||||
org.eclipse.cdt.debug.core,
|
org.eclipse.cdt.debug.core,
|
||||||
org.eclipse.core.filesystem
|
org.eclipse.core.filesystem,
|
||||||
|
org.hamcrest
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
|
Export-Package: org.eclipse.cdt.launchbar.core.tests
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.launchbar.core.tests</artifactId>
|
<artifactId>org.eclipse.cdt.launchbar.core.tests</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-test-plugin</packaging>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -22,6 +22,8 @@
|
||||||
<artifactId>tycho-surefire-plugin</artifactId>
|
<artifactId>tycho-surefire-plugin</artifactId>
|
||||||
<version>${tycho-version}</version>
|
<version>${tycho-version}</version>
|
||||||
<configuration>
|
<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>
|
<argLine>${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/AutomatedIntegrationSuite.*</include>
|
<include>**/AutomatedIntegrationSuite.*</include>
|
||||||
|
@ -32,11 +34,6 @@
|
||||||
<artifactId>org.eclipse.platform.feature.group</artifactId>
|
<artifactId>org.eclipse.platform.feature.group</artifactId>
|
||||||
<type>p2-installable-unit</type>
|
<type>p2-installable-unit</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<artifactId>org.eclipse.cdt.feature.group</artifactId>
|
|
||||||
<version>8.2.0.${buildQualifier}</version>
|
|
||||||
<type>p2-installable-unit</type>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<unit id="org.junit" version="0.0.0"/>
|
<unit id="org.junit" version="0.0.0"/>
|
||||||
<unit id="org.junit.source" version="0.0.0"/>
|
<unit id="org.junit.source" version="0.0.0"/>
|
||||||
<unit id="org.mockito" 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/"/>
|
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
|
|
|
@ -69,4 +69,11 @@
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.cdt.launchbar.core.tests"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
Loading…
Add table
Reference in a new issue