Skip to content

Changes

Summary

  1. [205] Correctly clean clipboard from SetStyleToWorkspaceImageTests (details)
  2. [test] Remove tests from TabBarTest as unreliable (details)
  3. [362] Fix the bug in the refresh of the layer tooltip (details)
  4. [doc] Fix broken anchor link in Sirius Specifier Manual (details)
Commit 5aeaa10ddfe68c698e13c30204d3a0fae9a13c83 by Laurent Redor
[205] Correctly clean clipboard from SetStyleToWorkspaceImageTests

Some tests from
org.eclipse.sirius.tests.swtbot.SetStyleToWorkspaceImageTests copy an
image to the clipboard but do not clean it after the test. This could
have side effects on the following tests.

This was the case in some tests of TabBarTest that failed in the suite
org.eclipse.sirius.tests.swtbot.suite.AllUnreliableTestSuite because
SetStyleToWorkspaceImageTests is executed before TabBarTest.

Bug: https://github.com/eclipse-sirius/sirius-desktop/issues/205
The file was modified plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/SetStyleToWorkspaceImageTests.java (diff)
Commit c365f1b58d39cf216b312780fe9093aa358b0055 by Laurent Redor
[test] Remove tests from TabBarTest as unreliable

The tests from TabBarTest are no longer unreliable.
The file was modified plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/suite/AllUnreliableTestSuite.java (diff)
The file was modified plugins/org.eclipse.sirius.tests.swtbot/src/org/eclipse/sirius/tests/swtbot/tabbar/TabBarTest.java (diff)
Commit 3af851a9deff5a2b68d0ca6b6ca8280a3aa2a11d by Séraphin Costa
[362] Fix the bug in the refresh of the layer tooltip

When the VSM is changed, the tooltip of all layers is updated. But the
tooltip list was never cleared between two menuShow. So the first N
tooltip text (with N, the number of layers) were always the same and the
updated tooltip were in an unreachable position (at the end) in the
list.

Bug: https://github.com/eclipse-sirius/sirius-desktop/issues/362
Signed-off-by: Séraphin Costa <seraphin.costa@obeosoft.com>
The file was modified plugins/org.eclipse.sirius.diagram.ui/src-diag/org/eclipse/sirius/diagram/ui/tools/internal/editor/tabbar/AbstractMenuContributionItem.java (diff)
Commit 4c21055e2e7f4ee2204f44d91609b4d7267c6ce4 by Séraphin Costa
[doc] Fix broken anchor link in Sirius Specifier Manual

Signed-off-by: Séraphin Costa <seraphin.costa@obeosoft.com>
The file was modified plugins/org.eclipse.sirius.eef.adapters/doc/textile/viewpoint-eef-toc.xml (diff)