Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Apply bugfox from B. Maggi on master (already applied on branch (seeVincent Lorenzo1-4/+4
commit id in following text) e8fb604a0762987da518649578bbee6308742323 Use DiagramCommandStack to allow editPart creation notification (used when dropping a link create a view for a (source or target) node) 58f0eb6713f732753ab262d88cd13b2464aeadcc Bug 427271 - [SysML BDD] Can no more draw associations between a Block and an Actor. f86c1d8b36eb37cee0122e4de920ed71a6f952bc Bug 406290 - [SysML IBD] When the type of a part or a reference changes the nestedConnectors linked to an internal component of the part/refrence are hidden but are not deleted from the model. When destroying a part or changing its type, destroying all connectors that reference this part in NestedConnectorEnd.
2014-02-06Fix some JUnits test on timeing diagramvlorenzo5-9/+17
2014-02-05Revert "try to fix the test ↵vlorenzo1-41/+10
org.eclipse.papyrus.sysml.nattable.requirement.tests.tests.OpenTableTest.testOpenExistingTable on Hudson" This reverts commit a4e6dec57fa72cfa143e35ba60deda3eeb1a7f2f.
2014-02-05Try to fix OpenTableTest on hudsonvlorenzo1-1/+1
2014-02-05try to fix the testvlorenzo1-10/+41
org.eclipse.papyrus.sysml.nattable.requirement.tests.tests.OpenTableTest.testOpenExistingTable on Hudson
2014-02-05Fix 2 bugs found thanl tests : vlorenzo1-2/+3
- Fix the papyrus class EditorContextSynchronizerAxisManager - Fix the JUnit test testCreationAndDestructionOnRequirement
2014-02-05Fix some bugs found with the BundleTests vlorenzo6-92/+151
+ improve bundle Tests + add test on guave dependency
2014-02-03Merge sequence diagram improvements to masterCamille Letavernier29-11/+2554
2014-02-03Sequence diagram improvements: Boutheina Bannour29-11/+2554
417365: [Sequence Diagram] Lifeline management – when lifeline header gets resized, all associated elements should be updated to keep the same relative position. https://bugs.eclipse.org/bugs/show_bug.cgi?id=417365 417372: [Sequence Diagram] Stereotype enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=417372 417373: [Sequence Diagram] Editor crashes due to general ordering handling https://bugs.eclipse.org/bugs/show_bug.cgi?id=417373 417374: [Sequence Diagram] Order of fragments due to Message reconnection. https://bugs.eclipse.org/bugs/show_bug.cgi?id=417374 417375: [Sequence Diagram] Order of fragment due to execution behavior resize https://bugs.eclipse.org/bugs/show_bug.cgi?id=417375 417376: [Sequence Diagram] Display the behavior of Execution specification as a label https://bugs.eclipse.org/bugs/show_bug.cgi?id=417376
2014-02-03Fix Bundle localization for new pluginvlorenzo2-1/+3
org.eclipse.papyrus.uml.diagram.composite.tests
2014-02-03Fix version number to 1.0.0 forvlorenzo1-1/+1
org.eclipse.papyrus.uml.diagram.composite.tests
2014-01-31Bug 418586 - [Connector] [UML] [SysML] [CompositeStructureDiagram]Benoit Maggi24-2480/+2559
Problems with UML/SysML Connector Allow connector : - on the same port - between ports of the same part - between ports of the same Block Change-Id: If0e0391d10e8a15ff15471a30d87f60927bebf35 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-01-31Add TestLinkWithParent.java to manage test for links between elementsBenoit Maggi11-39/+1102
with parents Init tests for Composite Diagram : - sample tests for simple links - tests for Connector between Ports Change-Id: Id3acb52aaa693c990858a57e578ebf40e0cddaa5 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-01-31Add org.eclipse.papyrus.uml.diagram.composite.test.AllTests to the mainBenoit Maggi3-2/+6
plugin org.eclipse.papyrus.test Conflicts: tests/junit/plugins/core/org.eclipse.papyrus.tests/META-INF/MANIFEST.MF tests/junit/plugins/core/org.eclipse.papyrus.tests/test/org/eclipse/papyrus/tests/AllTests.java Change-Id: If74013f4e1f0ead5981691a4d25c101071b69e92 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-01-31Creation of org.eclipse.papyrus.uml.diagram.composite.tests to test umlBenoit Maggi12-0/+309
diagram composite Conflicts: features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/feature.xml Change-Id: I6b011409de22dd8d8ffbf01de81649ee9b03f48f Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
2014-01-28[Trivial] Fix a dependency to UML2: remove the 5.0.0 upper boundCamille Letavernier1-1/+1
2014-01-27Merge commit '2e37d21b7e1a51a06f03544a984738d6b7f63d1d'Camille Letavernier4-4/+6
2014-01-27386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2ptessier1-1/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
2014-01-22386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2ptessier2-42/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118 update test to take in account removing of old table
2014-01-16[Releng] Fix plug-ins metadataCamille Letavernier4-4/+6
2014-01-09[CDO Search] Fix CDO Search Tests to match API changeCamille Letavernier1-4/+4
2013-12-06423432: [Performances - Properties view] Improve properties view loadingCamille Letavernier1-2/+2
on startup https://bugs.eclipse.org/bugs/show_bug.cgi?id=423432 Fix compilation issues from previous commit
2013-12-02[Tests] Add launch config with test coverage (EclEmma)Camille Letavernier3-230/+88
2013-11-20[Tests] Disable Interaction Overview Diagram tests (Freezing UI Thread)Camille Letavernier1-1/+1
2013-11-20[Tests] Disable Sequence Diagram tests (Freezing UI Thread)Camille Letavernier1-10/+4
2013-11-19[Tests] Add all tests to the nightly test jobCamille Letavernier2-3/+2
2013-11-19[Tests] Add all tests to the nightly test jobCamille Letavernier2-5/+7
2013-11-19382335: [Tests] Java Heap Space when running the testsCamille Letavernier3-7/+115
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382335 Separate the tests to avoid memory leaks
2013-11-18378990: [Tests] Add JUnit tests to test informations of built pluginsVincent Lorenzo1-21/+183
and features
2013-11-18[Releng - Tests] Reactivate SysML IBD TestsCamille Letavernier1-2/+1
2013-11-18[Releng/Tests] Update Tests launch configCamille Letavernier1-2/+4
2013-11-15Merge branch 'master' of ↵Vincent Lorenzo1-2/+1
ssh://vlorenzo@git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git
2013-11-15418586: [Connector] [UML] [SysML] [CompositeStructureDiagram] ProblemsVincent Lorenzo4-2/+24
with UML/SysML Connector https://bugs.eclipse.org/bugs/show_bug.cgi?id=418586 Fix bugs with partWithPort
2013-11-14[Trivial] Fix plug-ins and features metadataCamille Letavernier1-2/+1
2013-11-13[Tests] Disable IBD Tests on Luna (Job freeze)Camille Letavernier1-2/+1
2013-11-13[Tests] Disable SysML IBD Tests which currently block the test jobCamille Letavernier1-9/+11
2013-11-13263430: [General] Add relengCamille Letavernier1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update bundle tests to check for version 1.0.0
2013-11-13263430: [General] Add relengCamille Letavernier57-441/+446
https://bugs.eclipse.org/bugs/show_bug.cgi?id=263430 Luna: Update test plug-ins version to 1.0.0
2013-10-30Applied Patch for R. Chevrel to : ptessier57-0/+4943
add test about parametric in the context of 297816: [SysML Parametric Diagram] Papyrus shall provide a parametric diagram editor. https://bugs.eclipse.org/bugs/show_bug.cgi?id=297816
2013-10-30420595: [All diagrams] when a element is displayed as symbol, links mustptessier1-0/+12
follow symbol https://bugs.eclipse.org/bugs/show_bug.cgi?id=420595
2013-10-16416651: [Component Diagram] Modelling of Components and Interfaces doesPatrick Tessier4-6/+7
not work properly https://bugs.eclipse.org/bugs/show_bug.cgi?id=416651
2013-09-25415373: [CDO] Better handling of repositories left by previous testsChristian W. Damus1-2/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415373
2013-09-25415373: [CDO] Ensure proper cleanup of repositories in testsChristian W. Damus2-3/+11
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415373 Fix test failures on "repository already exists" condition caused by the repository registry being saved when a repository is connected, to remember its UUID for the next Eclipse session. Also ensure that repositories have access (through the managed container) to the factory that created them, for this saving of the registry and other purposes.
2013-09-19415373: Fix NPE with null default adapterChristian W. Damus2-1/+174
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415373
2013-09-16415369: [CDO] Support controlled resources and lazy loadingChristian W. Damus5-3/+415
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415369 Add automated tests for the most basic control and uncontrol use cases.
2013-09-16415369: [CDO] Support controlled resources and lazy loadingChristian W. Damus5-2/+185
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415369 Ensure on save that new/changed cross-unit references use the proper lazy-loading proxies.
2013-09-16[417335] Update CDO integration plug-ins to Java SE 6.0Christian W. Damus6-104/+151
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417335 Regenerate EMF models for Java SE 6.0 source compliance level.
2013-09-16[417335] Update CDO integration plug-ins to Java SE 6.0Christian W. Damus15-31/+30
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417335
2013-09-09416817: [Table 2] The new tables must replace the old tables in LunaVincent Lorenzo4-14/+14
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416817 Update the nattable tests
2013-09-09416817: [Table 2] The new tables must replace the old tables in LunaVincent Lorenzo90-0/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=416817 Move the nattable tests plugins from junit/extraplugins to junit/plugins/.../nattable

Back to the top