Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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
2014-03-11Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier1-1/+2
0.2 update test about uml.tools
2014-03-10429826: [Read-Only] Orthogonal Classification of Read-Only ConcernsChristian W. Damus1-1/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429826 Update clients of the ReadOnlyManager to ensure that all read-only axes are considered where appropriate (such as in the EnableWriteCommandHandler). Add a listener protocol to notify interested parties when the read-only state of a resource changes on some axis. Update the Model Explorer view to trigger refresh on read-only state changes.
2014-03-10Merge branch 'refs/heads/master' into bugs/429826-ro-axesChristian W. Damus12-50/+249
2014-03-10[Tests] Update and reintegrate UML model wizard testsChristian W. Damus1-1/+1
Fix Guava dependency version in UML model wizards tests plug-in.
2014-03-10[Tests] Update and reintegrate UML model wizard testsChristian W. Damus6-31/+177
Fix test exceptions that occur when the run-time configuration includes the CDO Integration plug-ins. Fix various test assertions to match the current API and requirements. Add the test plug-in into the test features so that it will be included in the Hudson test execution.
2014-03-10Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facetptessier2-14/+14
0.2 update Tests
2014-03-10430023: [Papyrus Tests] Papyrus shall propose different levels ofCamille Letavernier6-19/+72
testing, to allow test-driven development https://bugs.eclipse.org/bugs/show_bug.cgi?id=430023
2014-03-10Merge branch 'master' into bugs/386118-emf-facetptessier18-184/+166
Conflicts: plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/EMFLogicalModel.java
2014-03-07429826: [Read-Only] Orthogonal Classification of Read-Only ConcernsChristian W. Damus2-1/+102
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429826 Add transaction options for enforcement of read-only state on axes selected by the client.
2014-03-07429826: [Read-Only] Orthogonal Classification of Read-Only ConcernsChristian W. Damus2-11/+13
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429826 Add classification of orthogonal axes of concern to the API for read-only queries.
2014-03-07429242: [CDO] [Resource Management] Refactoring of the 3-files model and ↵Christian W. Damus14-151/+133
PageManager https://bugs.eclipse.org/bugs/show_bug.cgi?id=429242 Update CDO integration tests for new Sash Model management infrastructure. Also update test models for UML 2.5.
2014-03-07429744: [UML 2.5] Migrate Papyrus to UML 2.5Christian W. Damus4-33/+33
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744 Fix JUnit tests broken by the fact that NamedElement::clientDependency is derived in UML 2.5.
2014-03-07Bug 386118 - [EMF Facet] Papyrus should progressively support EMF FacetCamille Letavernier1-2/+3
0.2 Fix compile errors
2014-03-07[Releng] Update Wizards test plug-in to Java 6Camille Letavernier3-2/+9
2014-03-07429239: [Resource Management] Refactoring of the 3-files model andCamille Letavernier3-87/+82
PageManager https://bugs.eclipse.org/bugs/show_bug.cgi?id=429239 - Fix tests to match the refactoring

Back to the top