Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2017-06-12 08:10:16 +0000
committerLaurent Redor2017-07-05 13:32:43 +0000
commit008acaf306a05d5a8584d187900929023288439f (patch)
tree3ed73bf8ecc51566a33312876eaae4753afdbe0e
parentec53d3f59a544a3a1a008c9ea609564aa48cc1f1 (diff)
downloadorg.eclipse.sirius-008acaf306a05d5a8584d187900929023288439f.tar.gz
org.eclipse.sirius-008acaf306a05d5a8584d187900929023288439f.tar.xz
org.eclipse.sirius-008acaf306a05d5a8584d187900929023288439f.zip
[515044] Add test in suite
Bug: 515044 Cherry-picked-from: 515378 Change-Id: Ic82c2460795edc892d0b50ca8a11deb4311da030 Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
-rw-r--r--plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/suite/common/AllCommonPluginTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/suite/common/AllCommonPluginTests.java b/plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/suite/common/AllCommonPluginTests.java
index 64d4176afd..10f24c71fb 100644
--- a/plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/suite/common/AllCommonPluginTests.java
+++ b/plugins/org.eclipse.sirius.tests.junit/src/org/eclipse/sirius/tests/suite/common/AllCommonPluginTests.java
@@ -131,6 +131,7 @@ import org.eclipse.sirius.tests.unit.diagram.migration.MigrationLabelBoundsToLoc
import org.eclipse.sirius.tests.unit.diagram.migration.MigrationOfCollapsedBorderedNodeTest;
import org.eclipse.sirius.tests.unit.diagram.migration.MigrationOfHideLabelFilterInconsistencyTest;
import org.eclipse.sirius.tests.unit.diagram.migration.MigrationRoutingStyleEndUserOverrideTest;
+import org.eclipse.sirius.tests.unit.diagram.migration.NoteShapeDefaultLabelAlignmentMigrationTest;
import org.eclipse.sirius.tests.unit.diagram.migration.OptionalLayerToAdditionalLayerMigrationTest;
import org.eclipse.sirius.tests.unit.diagram.migration.ReferencedModelResourceMigrationTest;
import org.eclipse.sirius.tests.unit.diagram.migration.RemoveAcceleoReferencesMigrationTest;
@@ -219,6 +220,7 @@ public class AllCommonPluginTests extends TestCase {
suite.addTestSuite(MigrationFromSirius1_0_0_M5Test.class);
suite.addTestSuite(ComputedStyleDescriptionCachePackingFileMigrationParticipantTests.class);
suite.addTestSuite(RgbValuesEDataTypeMigrationTest.class);
+ suite.addTestSuite(NoteShapeDefaultLabelAlignmentMigrationTest.class);
suite.addTestSuite(ConvertViewpointModelingProjectToSiriusModelingProjectTest.class);
suite.addTestSuite(FontFormatMigrationTest.class);
suite.addTestSuite(BorderSizeMigrationTest.class);

Back to the top