mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 455237 - Move VisualizerVirtualBoundsGraphicObjectTest to
org.eclipse.cdt.dsf.gdb.tests Change-Id: I88b6da473df3ebc124d6c250bd581127fd12615c Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/38269 Tested-by: Hudson CI
This commit is contained in:
parent
6004528ff6
commit
d8ce095a37
5 changed files with 12 additions and 8 deletions
|
@ -5,4 +5,6 @@ Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb.tests;singleton:=true
|
|||
Bundle-Version: 1.0.0.qualifier
|
||||
Fragment-Host: org.eclipse.cdt.dsf.gdb
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Require-Bundle: org.junit;bundle-version="4.8.1"
|
||||
Require-Bundle: org.junit;bundle-version="4.8.1",
|
||||
org.eclipse.cdt.visualizer.ui,
|
||||
org.eclipse.swt
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<artifactId>tycho-surefire-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<useUIHarness>false</useUIHarness>
|
||||
<useUIHarness>true</useUIHarness>
|
||||
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
|
||||
<includes>
|
||||
<include>**/AllTests.*</include>
|
||||
|
|
|
@ -26,7 +26,8 @@ import org.junit.runners.Suite.SuiteClasses;
|
|||
TestMICommandConstructCommand.class,
|
||||
LaunchUtilsTest.class,
|
||||
MIStringHandlerTests.class,
|
||||
ProcStatParserTest.class
|
||||
ProcStatParserTest.class,
|
||||
VisualizerVirtualBoundsGraphicObjectTest.class,
|
||||
})
|
||||
public class AllTests {
|
||||
// Often overriding BeforeClass method here
|
||||
|
|
|
@ -8,11 +8,13 @@
|
|||
*
|
||||
* Contributors:
|
||||
* Marc Dumais (Ericsson) - Initial API and implementation
|
||||
* Marc Khouzam (Ericsson) - Move to o.e.cdt.dsf.gdb.tests (bug 455237)
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.tests.dsf.gdb.tests;
|
||||
package org.eclipse.cdt.dsf.gdb.tests;
|
||||
|
||||
|
||||
import org.eclipse.cdt.visualizer.ui.canvas.VirtualBoundsGraphicObject;
|
||||
import org.eclipse.swt.graphics.Rectangle;
|
||||
import org.eclipse.cdt.visualizer.ui.canvas.VirtualBoundsGraphicObject;
|
||||
import org.junit.Test;
|
||||
|
||||
public class VisualizerVirtualBoundsGraphicObjectTest {
|
|
@ -12,9 +12,8 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.junit;bundle-version="4.8.1",
|
||||
org.eclipse.debug.core,
|
||||
org.eclipse.swt,
|
||||
org.eclipse.cdt.launch;bundle-version="6.1.0",
|
||||
org.eclipse.cdt.visualizer.ui,
|
||||
org.eclipse.cdt.gdb;bundle-version="7.0.0",
|
||||
org.eclipse.cdt.launch,
|
||||
org.eclipse.cdt.gdb,
|
||||
org.eclipse.cdt.dsf.gdb,
|
||||
org.eclipse.core.variables
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
Loading…
Add table
Reference in a new issue