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
|
||||
@SuiteClasses({
|
||||
PersistentSettingsManagerTest.class,
|
||||
VisualizerVirtualBoundsGraphicObjectTest.class,
|
||||
})
|
||||
public class AllTests {
|
||||
// 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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -9,8 +9,10 @@
|
|||
* Contributors:
|
||||
* Marc Dumais (Ericsson) - Initial API and implementation
|
||||
* 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;
|
|
@ -5,6 +5,4 @@ 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",
|
||||
org.eclipse.cdt.visualizer.ui,
|
||||
org.eclipse.swt
|
||||
Require-Bundle: org.junit;bundle-version="4.8.1"
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -27,7 +27,6 @@ import org.junit.runners.Suite.SuiteClasses;
|
|||
LaunchUtilsTest.class,
|
||||
MIStringHandlerTests.class,
|
||||
ProcStatParserTest.class,
|
||||
VisualizerVirtualBoundsGraphicObjectTest.class,
|
||||
})
|
||||
public class AllTests {
|
||||
// Often overriding BeforeClass method here
|
||||
|
|
Loading…
Add table
Reference in a new issue