Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2014-04-04431999: [Timing Diagram - Tests] Failures in the Timing Diagram testsCamille Letavernier20-41/+193
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431999 - First investigation: Annotated failing tests with possible cause and additional information
2014-04-04426878: Stereotype property text in compartment is partly obscuredptessier1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=426878
2014-04-03431216: [All Diagrams] Layout issues in Compartmentsptessier2-10/+16
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431216
2014-04-03Merge branch 'master' of ↵ptessier68-2575/+3
ssh://ptessier@git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
2014-04-03431216: [All Diagrams] Layout issues in Compartmentsptessier3-9/+488
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431216
2014-04-03[Releng] Remove remaining dependencies to EMF Facet and XText GMF GlueCamille Letavernier1-2/+1
2014-04-03Merge branch 'cleanRepo' into masterCamille Letavernier65-2571/+0
Conflicts: plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.doc/META-INF/MANIFEST.MF
2014-04-03[Releng] Add explicit bundle dependency versionCamille Letavernier1-1/+1
2014-04-03[Releng] Fix bundle nameCamille Letavernier1-1/+1
2014-04-03431216: [All Diagrams] Layout issues in Compartmentsptessier4-10/+451
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431216
2014-04-01431723: [Test] property of stereotypes must be tested with a Junitptessier3-37/+147
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431723
2014-03-27[Releng] Fix bundle metadataCamille Letavernier2-2/+4
2014-03-27[Releng] Fix bundles metadataCamille Letavernier3-8/+8
2014-03-27431366: [CSS] The CSS Theme is not taken into account when the model isCamille Letavernier5-26/+47
deployed in a plug-in https://bugs.eclipse.org/bugs/show_bug.cgi?id=431366 - Fix the ProjectCSSEngine - Fix the showCompartmentTitle test (Don't use Commands as there is no EditingDomain)
2014-03-27431109: [Model Explorer] New Child context menu presents invalid optionsChristian W. Damus1-2/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431109 Update read-only advice tests to account for the new enablement check in the CreateEditBasedElementCommand.
2014-03-26392301: Colors are leakedChristian W. Damus4-5/+47
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392301 Fix leaks of images in the Papyrus multi-editor tabs.
2014-03-26Merge remote-tracking branch 'gitlab/committers/bma/modelexplorertest'ptessier3-10/+7
Conflicts: tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/META-INF/MANIFEST.MF tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/org/eclipse/papyrus/uml/modelexplorer/tests/ModelExplorerViewTests.java tests/junit/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java
2014-03-26379150: [ModelExplorer] the model explorer should be covered by JUnitptessier4-17/+25
tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=379150
2014-03-26379150: [ModelExplorer] the model explorer should be covered by JUnitptessier4-2/+85
tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=379150
2014-03-25431145: [Requirement Diagram] Test failuresCamille Letavernier6-19/+23
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431145 - Partial fix: Take the number of required profiles into account when checking the initial state, in AbstractTestNode (Expect N children, N being the number of required profiles, instead of 0)
2014-03-25431139: [Diagram Creation] Issues with the Viewpoint-based DiagramCamille Letavernier1-74/+75
Creation commands https://bugs.eclipse.org/bugs/show_bug.cgi?id=431139 - Minor improvements to the tests to help identifying the issues: let JUnit catch/report the exceptions, instead of logging them - Fix the access to the ServicesRegistry in the CreateDiagramCommandHandler
2014-03-25431142: [Test] bad manifest on requirement test pluginptessier2-2/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431142
2014-03-25427025: [OCL For Papyrus] Cannot create OCL constraints in LunaCamille Letavernier2-10/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=427025 - Fix the SysML BDD Tests to account for the new D&D feature (Namespace on Constraint sets the Constraint's context)
2014-03-25[Trivial] Remove useless dependency to EMF FacetCamille Letavernier1-1/+0
2014-03-25Patch some modelexplorer testsBenoit Maggi4-238/+228
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-03-24386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2Christian W. Damus2-10/+10
Fix spurious JUnit failures caused by EMF Facet 0.2 refactoring.
2014-03-24Merge branch 'layers' into masterCedric Dumoulin4-422/+421
2014-03-21Merge branch 'bugs/330199-layers'Cedric Dumoulin24-0/+1818
Conflicts: plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationModel.java Solved by adding the extra methods getByName() in the Master plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/META-INF/MANIFEST.MF Solved by getting the master copy plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF Solved by getting the master copy
2014-03-21Bug 386118 : Remove dependencies to eclipse.emf.facet Benoit Maggi4-422/+421
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-03-21Merge branch 'master' ofptessier1-1/+2
ssh://ptessier@git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git Conflicts: tests/junit/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AllTests.java
2014-03-21379150: [ModelExplorer] the model explorer should be covered by JUnitptessier11-15/+286
tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=379150
2014-03-21379150: [ModelExplorer] the model explorer should be covered by JUnitptessier10-14/+286
tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=379150
2014-03-19Bug 425560 - [Collaborative] Migrate collaborative mode from Indigo toPhilippe ROLAND17-0/+1113
Luna : Added copyright notices and a basic recipe-based test plugin
2014-03-18 #290261: Add a Simple TestCase for copy/paste inside a modelExplorerBenoit Maggi4-9/+391
Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Conflicts: tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/META-INF/MANIFEST.MF tests/junit/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java
2014-03-17427025: [OCL For Papyrus] Cannot create OCL constraints in Lunaptessier3-21/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=427025 update test and the code of dnd strategy in charge of the drop of classifier on constraint
2014-03-14430023: [Papyrus Tests] Papyrus shall propose different levels of testing, ↵Christian W. Damus2-8/+75
to allow test-driven development https://bugs.eclipse.org/bugs/show_bug.cgi?id=430023 Add support for the @Conditional annotation to the ClassificationRunner.
2014-03-14[Releng] Fix plug-in dependency versionCamille Letavernier1-2/+2
2014-03-14[Releng] Move the *.core.queries.* test plug-ins to the deprecatedCamille Letavernier65-2571/+0
folder
2014-03-14430023: [Papyrus Tests] Papyrus shall propose different levels ofCamille Letavernier4-13/+12
testing, to allow test-driven development https://bugs.eclipse.org/bugs/show_bug.cgi?id=430023
2014-03-14399860: Papyrus shall enable to customize the creation policy of viewsLaurent Wouters45-1083/+141
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399860 Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
2014-03-14Merge branch 'bugs/430023-testAnnotations'Camille Letavernier12-73/+379
2014-03-14430023: [Papyrus Tests] Papyrus shall propose different levels ofCamille Letavernier4-47/+57
testing, to allow test-driven development https://bugs.eclipse.org/bugs/show_bug.cgi?id=430023 - Third implementation, based on a specific TestRunner instead of a MethodRule. The excluded tests are now properly reported as ignored, instead of being successful
2014-03-14430023: [Papyrus Tests] Papyrus shall propose different levels ofCamille Letavernier12-73/+369
testing, to allow test-driven development https://bugs.eclipse.org/bugs/show_bug.cgi?id=430023 - Second implementation, based on Annotations and MethodRule. The annotated tests are currently green instead of being Ignored
2014-03-13386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2Christian W. Damus1-2/+0
Remove obsolete test bundles and features from the test suite.
2014-03-13Merge branch 'bugs/386118-emf-facet'ptessier9-32/+54
Conflicts: plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/src/org/eclipse/papyrus/uml/diagram/common/listeners/DropTargetListener.java
2014-03-13Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier2-3/+23
0.2 fix error on tests
2014-03-12Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier2-6/+4
0.2 fix bugs thnaks to tests
2014-03-11429826: [Read-Only] Orthogonal Classification of Read-Only ConcernsChristian W. Damus2-2/+90
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429826 Add affinity with specified read-only axes to the extension metadata for read-only handlers and use this to partition the queries for read-only state by axis in the ReadOnlyManager. A new JUnit test demonstrates that this fixes the problem of read-only *.sash/*.di resources being mistaken as writable because of the SashModelReadOnlyHandler. Because this handler depends on the ModelSet, the JUnit test fixture is updated to use a ModelSet instead of a simple ResourceSet. The FSReadOnlyHandler is updated to report read-only state of file: scheme URIs and the EMFReadOnlyHandler accepts these URIs in addition to platform:/resource URIs.
2014-03-11429826: [Read-Only] Orthogonal Classification of Read-Only ConcernsChristian W. Damus8-63/+392
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429826 Fix an inversion of logic in the ReadOnlyTester for menu-contribution enablement. Includes refactoring of editing-domain and test-model test fixtures into a reusable JUnit rule.
2014-03-11Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier3-6/+8
0.2 fix compilation error

Back to the top