Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2015-05-22Bug 450944 - [All diagrams] Block drag&drop of element into the listashatilov1-2/+0
compartment already containing the same element - non-specific nested drop regression fix Change-Id: I8400be8112b398e3ff53dc1be7375393e74e1a8c Signed-off-by: ashatilov <shatilov@montages.com> Reviewed-on: https://git.eclipse.org/r/48401 Tested-by: Hudson CI Reviewed-by: Christian W. Damus <give.a.damus@gmail.com> Tested-by: Christian W. Damus <give.a.damus@gmail.com>
2015-05-21Bug 450944: [All diagrams] Block drag&drop of element into the list ↵Christian W. Damus2-48/+52
compartment already containing the same element https://bugs.eclipse.org/bugs/show_bug.cgi?id=450944 Restore drag-and-drop behaviour required by canon edit policy by removing an unnecessary restriction in the CommonDiagramDragDropEditPolicy. Annotate a test failure in the Class Diagram tests where nested interface views in the nested-classifier list compartment are not removed when the interface is dragged onto the diagram surface (unlike other nested classifiers).
2015-05-21Bug 467716: [CSS] Unnamed references and null references can't be distinguishedChristian W. Damus2-0/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467716 Fix regressions in canonical edit policy tests that now require that pending UI event-queue runnables be processed to resolve changes in CSS styles.
2015-05-21Merge remote-tracking branch 'eclipse/bugs/462954-alf'Camille Letavernier1-17/+95
2015-05-21Bug 450944 - [All diagrams] Block drag&drop of element into the listashatilov1-5/+0
compartment already containing the same element Change-Id: I3b646a5d2f2b8f5e0dff94b5af79d788d027c3d2 Signed-off-by: ashatilov <montages.as@gmail.com> Reviewed-on: https://git.eclipse.org/r/46955 Reviewed-by: Michael Golubev <golubev@montages.com> Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-21446668: [BDD] Redirecting Associations does not move association endGabriel Pascual3-0/+243
properties owned by block https://bugs.eclipse.org/bugs/show_bug.cgi?id=446668 - Add a Unit test for SysML Directed Composite Association to avoid regression Change-Id: I7307a50487a639972020610ab53d00d1e18c7e83 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-on: https://git.eclipse.org/r/47748 Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-21Bug 365047 - [Profile Diagram] Problem with delete of imported metaclassashatilov2-1/+135
- tests implementation Change-Id: Ic7f257902685de50e72cd086e368af4243f43e3b Signed-off-by: ashatilov <shatilov@montages.com> Reviewed-on: https://git.eclipse.org/r/48212 Tested-by: Hudson CI Reviewed-by: Michael Golubev <golubev@montages.com> Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-21Bug 467009: [Tests - Profile Drafter] Fix & restore Profile DrafterFrancois Le Fevre - CEA9-90/+150
Tests on Maven -fixing tests with the util methods of PapyrusProjectUtils and ProjectUtils with minimal impact on impact -integration og camille's review 1 and 2. Change-Id: Ib86859fbe4aee43b230e36e6b7e6a20177647744 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=467009 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr> Reviewed-on: https://git.eclipse.org/r/47741 Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-20[Launch Configs] Clean up favoritesChristian W. Damus1-3/+0
Remove the "favorites" listings from shared launch configurations.
2015-05-20[Launch Configs] Clean up favoritesChristian W. Damus2-90/+84
Remove the "favorites" listings from shared launch configurations.
2015-05-20Bug 465416: Synchronization of diagrams with other diagramsChristian W. Damus11-66/+1229
https://bugs.eclipse.org/bugs/show_bug.cgi?id=465416 Add automated tests for diagram-to-diagram synchronization. Fix bugs in the asynchronous synchronization of edit-parts exposed by the new tests, especially in undo/redo of changes in the master diagram.
2015-05-20467716: [CSS] Unnamed references and null references can't beCamille Letavernier5-1/+348
distinguished https://bugs.eclipse.org/bugs/show_bug.cgi?id=467716 Change-Id: I9fc6ff9abf4732ddc6cba3ff6ca6ef594990d19a Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-20464026: [ALF Test] Fix ALF Tests so that they can run with MavenCamille Letavernier1-1/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=464026 - Restore the @Ignore annotation on failing test Change-Id: I0000000000000000000000000000000000000000
2015-05-20447870: [Papyrus Req] Papyrus shall import or export reqIF fileptessier10-7/+2388
https://bugs.eclipse.org/bugs/show_bug.cgi?id=447870 Finalize re-import Change-Id: I3b6b416bbc2c21063c78fee6059e1fb01bcb240c
2015-05-20Merge branch 'master' into bugs/462954-alfCamille Letavernier117-2337/+7192
2015-05-19Bug 464585 - [Element Types] Profile diagram should be migrated to themgolubev3-15/+79
elementtypes framework - move Association creation logic to the common - add Association creation tests (Copy of I87399daf75c611945dc275531eb45fa0af3ae34e) Change-Id: I5ad3d09a2b5507f65627a8d0734662a185badfc6 Signed-off-by: mgolubev <golubev@montages.com> Reviewed-on: https://git.eclipse.org/r/47862 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-19Bug 464585 - [Element Types] Profile diagram should be migrated to themgolubev2-6/+0
elementtypes framework - remove failing tests annotation Change-Id: I0c93daa49bc52a8e1d092d8b6dfdcd2c6ef620b8 Signed-off-by: mgolubev <golubev@montages.com> Reviewed-on: https://git.eclipse.org/r/47861 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-19447870: [Papyrus Req] Papyrus shall import or export reqIF fileptessier9-0/+1678
https://bugs.eclipse.org/bugs/show_bug.cgi?id=447870 add codes to reimport Change-Id: Ied823f572ce685bc5f4a2851c7f217a93ac96604
2015-05-19add super class to ClipboardTest in ordere to not ignore the tag @FailingTestVincent Lorenzo1-1/+2
2015-05-19Merge branch 'master' of ↵Vincent Lorenzo3-165/+189
ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrus into master2
2015-05-19 466313: [TreeTable] Selection shifted when categories are hidden + Fix ↵Vincent Lorenzo3-68/+59
tables JUnit tests
2015-05-19Removing application of Standard Profile on the test model.Bruno Marques3-165/+189
Correction on the retrieval of the generated factory (if statement condition) Bug 438645 : [Moka] Generate Factory of oepm.composites.utils shall be tested Change-Id: I54f9a9611dacc7c0c5ff970fade3a2a319d5cdfa Signed-off-by: Bruno Marques <bruno.marques@cea.fr> Reviewed-on: https://git.eclipse.org/r/48137 Tested-by: Hudson CI Reviewed-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr> Tested-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr>
2015-05-19 466313: [TreeTable] Selection shifted when categories are hidden + Fix ↵Vincent Lorenzo4-95/+190
tables JUnit tests
2015-05-18[Tests - Trivial] Update launch configurationCamille Letavernier2-46/+46
Change-Id: I5a02908672c99ac421f7f3a47ae5393d471c98ac Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-18Bug 466448 - Changed the unit definition mapping to not set visibilityEd Seidewitz1-0/+2
and then to maintain the target visiblility during model merge. Change-Id: Icef9e1833f432b0e5901af6c44165039d9aeff87 Signed-off-by: Ed Seidewitz <ed-s@modeldriven.com>
2015-05-18Bug 466443, bug 466446: Corrected InternalElementReference::activeClassEd Seidewitz1-3/+62
to handle a classifier behavior subunit. Change-Id: Ic22033efdd8d91e7e355d3cfb37d1385de1ea82f Signed-off-by: Ed Seidewitz <ed-s@modeldriven.com>
2015-05-17Bug 466428: Updated the ActivityDefinition::toActivity() mapping toEd Seidewitz1-16/+33
properly map a method specification reference. Change-Id: I7059b181963fcec74fb25fd6a28ea14b3297af62 Signed-off-by: Ed Seidewitz <ed-s@modeldriven.com>
2015-05-16Corrected several return type compatibility issues that are now beingEd Seidewitz1-16/+0
flagged by the OCL in Ecore editor. Change-Id: I638697bf031aa10c69751cf8110a934af45837e7 Signed-off-by: Ed Seidewitz <ed-s@modeldriven.com>
2015-05-15Bug 466520: [CDO] Replace Model Repositories view with new CDO Checkouts UIEike Stepper22-878/+496
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466520 Initial work-in-progress prototype of integration with the new CDO Explorer checkout UI. Contributes the New Papyrus Model wizard to CDO's navigator content and refactors the NewModelPage of the CDO storage provider to work with the checkout content provider. Change-Id: Ic14c085b80f0181027ba8052fd68e69cf2d5012c Signed-off-by: Eike Stepper <stepper@esc-net.de> Reviewed-on: https://git.eclipse.org/r/46859 Tested-by: Hudson CI Reviewed-by: Christian W. Damus <give.a.damus@gmail.com>
2015-05-13Merge branch 'bugs/462954-alf' ofEd Seidewitz277-2247/+27230
git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git into bugs/462954-alf Signed-off-by: Ed Seidewitz <ed-s@modeldriven.com>
2015-05-13Bug 467207: [Tests] Fix the ClassDiagram ContainmentLink testChristian W. Damus5-44/+29
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467207 Fix test failures caused by the unloading of modeled element-types by the Modeling Assistants tests, which element-types were retained as pseudo-constants in the UMLElementTypes classes of generated UML diagrams. Incidentally fix a problem in the unloading of an element-types configuration model in which the registry would (a) fail to remove unloaded resources from the resource set because unloading them disconnects them from the (now proxy) configuration-set, and (b) unload resources that it hadn't loaded into its own resource set but are loaded and managed by some client component.
2015-05-13Fix testsatischenko1-1/+7
-testFeatureLoopNodeInActivity -testFeatureSequenceNodeInActivity -public void testFeatureStructuredActivityNodeInActivity -testFeatureExpansionRegionInActivity -testFeatureConditionalNodeInActivity Change-Id: Id32169710d81526c76d1c3025080054a33db1579 Signed-off-by: atischenko <montages.t7@gmail.com>
2015-05-13Merge branch 'master' of ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrusVincent Lorenzo3-4/+132
2015-05-13Bug 459427: [Control Mode] Unit tests shall be improved to avoidGabriel Pascual3-4/+132
regression https://bugs.eclipse.org/bugs/show_bug.cgi?id=459427 - Fix issue #1 and add a Unit Test Change-Id: Ica69591a4b12ff8358ce85332e0b717afbd458e9 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-on: https://git.eclipse.org/r/47602 Tested-by: Hudson CI Reviewed-by: Mickael ADAM <mickael.adam@all4tec.net> Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-13Merge branch 'master' of ssh://git.eclipse.org:29418/papyrus/org.eclipse.papyrusVincent Lorenzo26-204/+1430
2015-05-13Add a new test plugin for clipboard contents : fix name errorVincent Lorenzo4-2/+3
2015-05-13Bug 463290 - Papyrus diagram shall be expanded with new visual graphicalptessier12-31/+227
notation add Tests to run with assistant Change-Id: I955a84c7e0879f8e18c3d1a3e46debeb2660ceee
2015-05-13Add a new test plugin for clipboard contents + fix a test on nattable frameworkVincent Lorenzo21-7/+818
2015-05-13Bug 464585 - [Element Types] Profile diagram should be migrated to themgolubev2-13/+3
elementtypes framework Step 2: - switch to the common logic of the ContextLink - Creation of the second ContextLink from the Constraint has been forbidden (common changes) - remove unused custom contextLink semantic policies to be continued... Change-Id: I044cea93ff16273d6c9f856eee0c390e5b49ad1b Signed-off-by: mgolubev <golubev@montages.com> Reviewed-on: https://git.eclipse.org/r/46911 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr> Tested-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-13Bug 464585 - [Element Types] Profile diagram should be migrated to themgolubev2-0/+17
elementtypes framework Step 1: - generate and register .elementtypesconfiguration file from a .gmfgen - switch to the default semantic policies - re-genarate diagram - disable failed tests Note: it is not complete yet, to be continued Change-Id: I58d96cc877638a68a8da112e901c14a30eac7eb4 Signed-off-by: mgolubev <golubev@montages.com> Reviewed-on: https://git.eclipse.org/r/46910 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr> Tested-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-13Bug 425565 - [Model Explorer] Cannot create certain relationships inPatrik Nandorf6-123/+293
model explorer, specifically UML Dependency https://bugs.eclipse.org/bugs/show_bug.cgi?id=425565 Added auxiliary test to test setting of source and target properties for transitions Throw OperationCanceledException rather than call CommandResult.newCancelledCommandResult() when canceling the command Change-Id: Id373d76cebfea881c1373fa9406df2a6a373e077 Signed-off-by: Patrik Nandorf <patrik.nandorf@ericsson.com> Reviewed-on: https://git.eclipse.org/r/47000 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-13Bug 425565 - [Model Explorer] Cannot create certain relationships inPatrik Nandorf8-159/+999
model explorer, specifically UML Dependency https://bugs.eclipse.org/bugs/show_bug.cgi?id=425565 org.eclipse.papyrus.infra.newchild - added a new element (CreateRelationshipMenu) for relationships in elementCreationMenuModel.ecore - Update the CreationMenuFactory to handle creating createcommands based on CreateRelationshipMenu - Added SetTargetAndRelationshipCommand wrapper command for creating relationships from the model explorer. org.eclipse.papyrus.views.modelexplorer.newchild - changed the build command to use creationMenu rather than the elementType directly org.eclipse.papyrus.uml.service.types.test - Added several unit tests to CreateReationshipTest - Added severaltest elements to the TestModel.uml needed by the tests - added the Standard profile to the test model to allow creation of Refine and Trace Change-Id: I42aeb8f153c0c0a08f8e20f9a4cefd3fd9788b70 Signed-off-by: Patrik Nandorf <patrik.nandorf@ericsson.com> Reviewed-on: https://git.eclipse.org/r/46051 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr> Tested-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-13Revert "Bug 425565 - [Model Explorer] Cannot create certain relationships in ↵Remi Schnekenburger8-984/+151
model explorer, specifically UML Dependency https://bugs.eclipse.org/bugs/show_bug.cgi?id=425565" This reverts commit 0b0a6fac5278c8fca1d418b0dfdc0fbddf677449.
2015-05-13Bug 425565 - [Model Explorer] Cannot create certain relationships inPatrik Nandorf8-151/+984
model explorer, specifically UML Dependency https://bugs.eclipse.org/bugs/show_bug.cgi?id=425565 org.eclipse.papyrus.infra.newchild - added a new element (CreateRelationshipMenu) for relationships in elementCreationMenuModel.ecore - Update the CreationMenuFactory to handle creating createcommands based on CreateRelationshipMenu - Added SetTargetAndRelationshipCommand wrapper command for creating relationships from the model explorer. org.eclipse.papyrus.views.modelexplorer.newchild - changed the build command to use creationMenu rather than the elementType directly org.eclipse.papyrus.uml.service.types.test - Added several unit tests to CreateReationshipTest - Added severaltest elements to the TestModel.uml needed by the tests Change-Id: I79292258c46b6d411151346416858ba34decc825 Signed-off-by: Patrik Nandorf <patrik.nandorf@ericsson.com> Reviewed-on: https://git.eclipse.org/r/44370 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
2015-05-12[Tests] Fix the Component/ManagePort test + various error logCamille Letavernier1-6/+19
improvements - Ensure that the tested editor has the focus before testing handlers - Stop logging some "expected" exceptions (Especially for detached objects, which often happen during tests or editor reloading scenarios) Change-Id: I28fcb5d1fd038342aa4e699b11f4a2d85191b4da Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-12[Releng - Tests] Annotate Bundle Tests for Versions until they canCamille Letavernier1-3/+6
support exceptions Change-Id: Ic7b81bfb3787d0d5bc865ba5e77e46a96e9f3ccc Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-11Bug 465416: Synchronization of diagrams with other diagramsChristian W. Damus10-6/+595
https://bugs.eclipse.org/bugs/show_bug.cgi?id=465416 Fix some deletion scenarios in diagram-to-diagram synchronization (as in UML-RT capsule inherited state machines).
2015-05-11466602: [Activity Diagram] Tests error on the activity diagram tests dueRemi Schnekenburger1-15/+51
to wrong initialization of the containment feature. https://bugs.eclipse.org/bugs/show_bug.cgi?id=466602 - Adding pure UML2 test for adding a node to an activity - Simplifying the computation of the containement feature and the approval of the request
2015-05-11467009: [Tests - Profile Drafter] Fix & restore Profile Drafter Tests onCamille Letavernier2-99/+121
Maven https://bugs.eclipse.org/bugs/show_bug.cgi?id=467009 Change-Id: I277735fd935cb454daad0890b5828ad60eee8add Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
2015-05-11467007: [CSS] Failed tests for the CSS Engines (M7)Camille Letavernier1-42/+42
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467007 Change-Id: I4cfa2345a68fd0251984a9189b630079e0fbab59 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>

Back to the top