Conversation
…olbar action fails Related Sirius issue #553182 Bug: 554764 Change-Id: Ibaf04a7997c341632706a46be66efe78acf82598 Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
…te From Model" toolbar action fails Related Sirius issue #553182 Bug: 554765 Change-Id: Ia248e99874137aa67a2457540b658f6855f2f189 Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
felixdo
reviewed
Jan 16, 2020
Comment on lines
40
to
71
|
|
||
| /** | ||
| * Returns the suite. This is required to unary launch this test. | ||
| */ | ||
| public static Test suite() { | ||
| return new DiagramMiscTestSuite(); | ||
| } | ||
| /** | ||
| * Returns the suite. This is required to unary launch this test. | ||
| */ | ||
| public static Test suite() { | ||
| return new DiagramMiscTestSuite(); | ||
| } | ||
|
|
||
| @Override | ||
| protected List<BasicTestArtefact> getTests() { | ||
| List<BasicTestArtefact> tests = new ArrayList<BasicTestArtefact>(); | ||
| tests.add(new DDiagramEditorUndoRedoHandlerTest()); | ||
| tests.add(new GraphTest()); | ||
| tests.add(new Bug1006TestCase()); | ||
| tests.add(new Bug1024TestCase()); | ||
| tests.add(new Bug1512TestCase()); | ||
| tests.add(new InterfacePortSizeTestCase()); | ||
| tests.add(new CheckDiagramDirtyStateOnOpeningTestCase()); | ||
| tests.add(new StatusLineTestCase()); | ||
| tests.add(new Bug1917TestCase()); | ||
| tests.add(new Bug2145TestCase()); | ||
| tests.add(new CloneDiagramTestCase()); | ||
| tests.add(new Bug2579TestCase()); | ||
| tests.add(new BreakdownDiagramElements()); | ||
| tests.add(new InsertRemoveComponentsWithNoParts()); | ||
| tests.add(new PABStyleChecksDiagramElements()); | ||
| tests.add(new DecompositionWizardTestCase()); | ||
| tests.add(new CheckPhysCompNatureOptionTestCase()); | ||
| return tests; | ||
| } | ||
| @Override | ||
| protected List<BasicTestArtefact> getTests() { | ||
| List<BasicTestArtefact> tests = new ArrayList<BasicTestArtefact>(); | ||
| tests.add(new DDiagramEditorUndoRedoHandlerTest()); | ||
| tests.add(new GraphTest()); | ||
| tests.add(new Bug1006TestCase()); | ||
| tests.add(new Bug1024TestCase()); | ||
| tests.add(new Bug1512TestCase()); | ||
| tests.add(new InterfacePortSizeTestCase()); | ||
| tests.add(new CheckDiagramDirtyStateOnOpeningTestCase()); | ||
| tests.add(new StatusLineTestCase()); | ||
| tests.add(new Bug1917TestCase()); | ||
| tests.add(new Bug2145TestCase()); | ||
| tests.add(new CloneDiagramTestCase()); | ||
| tests.add(new Bug2579TestCase()); | ||
| tests.add(new BreakdownDiagramElements()); | ||
| tests.add(new InsertRemoveComponentsWithNoParts()); | ||
| tests.add(new PABStyleChecksDiagramElements()); | ||
| tests.add(new DecompositionWizardTestCase()); | ||
| tests.add(new CheckPhysCompNatureOptionTestCase()); | ||
| tests.add(new DeleteFromModelSemanticTarget()); | ||
| return tests; | ||
| } | ||
| } |
Contributor
There was a problem hiding this comment.
Please conserve whitespace so we can what really changes.
Contributor
Author
|
Already done here: #98 |
This was referenced Jan 6, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use a rebase and merge here