mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
bug 479039 - Move VisualizerVirtualBoundsGraphicObjectTest to
org.eclipse.cdt.dsf.gdb.multicoreVisualizer.ui.tests Change-Id: Iceed10c7458aceee2560d6066ec052f85f2d9086
This commit is contained in:
parent
886cc17c35
commit
139e8a6d96
4 changed files with 7 additions and 7 deletions
|
@ -21,6 +21,7 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||||
// Add additional test case classes below
|
// Add additional test case classes below
|
||||||
@SuiteClasses({
|
@SuiteClasses({
|
||||||
PersistentSettingsManagerTest.class,
|
PersistentSettingsManagerTest.class,
|
||||||
|
VisualizerVirtualBoundsGraphicObjectTest.class,
|
||||||
})
|
})
|
||||||
public class AllTests {
|
public class AllTests {
|
||||||
// Often overriding BeforeClass method here
|
// Often overriding BeforeClass method here
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2014 Ericsson
|
* Copyright (c) 2014, 2015 Ericsson
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -9,8 +9,10 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Marc Dumais (Ericsson) - Initial API and implementation
|
* Marc Dumais (Ericsson) - Initial API and implementation
|
||||||
* Marc Khouzam (Ericsson) - Move to o.e.cdt.dsf.gdb.tests (bug 455237)
|
* Marc Khouzam (Ericsson) - Move to o.e.cdt.dsf.gdb.tests (bug 455237)
|
||||||
|
* Marc Dumais (Ericsson) - Move VisualizerVirtualBoundsGraphicObjectTest
|
||||||
|
* to o.e.cdt.dsf.gdb.multicoreVisualizer.ui.tests
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.dsf.gdb.tests;
|
package org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.test;
|
||||||
|
|
||||||
|
|
||||||
import org.eclipse.swt.graphics.Rectangle;
|
import org.eclipse.swt.graphics.Rectangle;
|
|
@ -5,6 +5,4 @@ Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb.tests;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Fragment-Host: org.eclipse.cdt.dsf.gdb
|
Fragment-Host: org.eclipse.cdt.dsf.gdb
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
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
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2014 Ericsson AB and others.
|
* Copyright (c) 2014, 2015 Ericsson AB and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -27,7 +27,6 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||||
LaunchUtilsTest.class,
|
LaunchUtilsTest.class,
|
||||||
MIStringHandlerTests.class,
|
MIStringHandlerTests.class,
|
||||||
ProcStatParserTest.class,
|
ProcStatParserTest.class,
|
||||||
VisualizerVirtualBoundsGraphicObjectTest.class,
|
|
||||||
})
|
})
|
||||||
public class AllTests {
|
public class AllTests {
|
||||||
// Often overriding BeforeClass method here
|
// Often overriding BeforeClass method here
|
||||||
|
|
Loading…
Add table
Reference in a new issue