diff --git a/manual-tests/org.yakindu.sct.test.manual/testcases/sct_testcase_18_definitionsection.textile b/manual-tests/org.yakindu.sct.test.manual/testcases/sct_testcase_18_definitionsection.textile index e115838d24..f7cd69c005 100644 --- a/manual-tests/org.yakindu.sct.test.manual/testcases/sct_testcase_18_definitionsection.textile +++ b/manual-tests/org.yakindu.sct.test.manual/testcases/sct_testcase_18_definitionsection.textile @@ -2,7 +2,7 @@ h1. YAKINDU Statechart Tools – Testcase 18 - Definition section |_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status| | 18.1 | Open Digital Watch Example |
  1. Open _watch.sct_ in folder */model*.

  2. |
    1. No errors are displayed in the definition section at the left side of the main window.

    2. The definition section has its inline mode activated.

    3. The definition section thus can be dragged within the main window.

    4. The definition section has a pin icon at top left.

    | %{color:red}open% | -| 18.2 | Switch definition section mode |
    1. Click on the pin icon at the top left of the definition section to pin the definition section.

    2. Click on the pin icon at the top right of the pinned definition section.

    3. Scroll the definition section up and down.

    | The definition section does not contain any error markers but *4* warnings in the annotation border at the left side of the main window. | %{color:red}open% | +| 18.2 | Switch definition section mode |
    1. Click on the pin icon at the top left of the definition section to pin the definition section.

    2. Click on the pin icon at the top right of the pinned definition section.

    3. Scroll the definition section up and down.

    4. Produce an error, e.g. use unknown type

    | The definition section does contain the produced error marker in the annotation border at the left side of the main window. | %{color:red}open% | | 18.3 | Collapse/Expand definition section |
    1. Click on the triangle at the top left to collapse the pinned definition section.

    2. Click on the flipped triangle at the top of the collapsed definition section or on the collapsed border itself to expand it again.

    |
    1. Before clicking on the triangle, the tooltip "*Hide definition section*" is shown.

    2. After clicked, the definition section is collapsed and displayed as vertical border.

    3. The vertical border contains the text "*Definition section*" which is fully visible within the border.

    4. The triangle to expand the definition section again is flipped to the right.

    5. Before expanding again, when hovering over the triangle or the collapsed border, the tooltip "*Show definition section*" is shown.

    6. The expanded definition section has the same width as before.

    | %{color:red}open% | | 18.4 | Save statechart |
    1. Close the _watch.sct_ file without saving it.

    2. Reopen the statechart and switch the inline mode to the pinned mode.

    3. Save the statechart by pressing *Ctrl+S* or by selecting.

    4. Close and reopen the statechart again.

    |
    1. The statechart is closed without errors.

    2. After reopening, the statechart is displayed in inlined mode.

    3. After the mode is changed, the editor tab is marked as dirty.

    4. After pressing *Ctrl+S* the statechart is saved without errors.

    5. After save and reopen the statechart is displayed in pinned mode.

    6. The editor is not marked as dirty.

    | %{color:red}open% | | 18.5 | Resize definition section |
    1. In pinned mode, grab the right side of the definition section and resize it to an arbitrary width.

    2. Close and reopen the statechart.

    3. Resize the definition section to a smaller size.

    4. Close and reopen the statechart.

    |
    1. The definition section can be resized to any size.

    2. When reopening the statechart, its previous width is restored.

    |%{color:red}open%| diff --git a/manual-tests/org.yakindu.sct.test.manual/testmodels/digital_watch_images.sgen b/manual-tests/org.yakindu.sct.test.manual/testmodels/digital_watch_images.sgen index f1c4172bc0..f97c68d5ac 100644 --- a/manual-tests/org.yakindu.sct.test.manual/testmodels/digital_watch_images.sgen +++ b/manual-tests/org.yakindu.sct.test.manual/testmodels/digital_watch_images.sgen @@ -3,7 +3,7 @@ GeneratorModel for yakindu::images { statechart watch_subdiagrams { feature Outlet { - targetProject = "digital_watch" + targetProject = "org.yakindu.sct.examples.digital_watch" targetFolder = "images-gen-bmp" } @@ -15,7 +15,7 @@ GeneratorModel for yakindu::images { statechart watch_subdiagrams { feature Outlet { - targetProject = "digital_watch" + targetProject = "org.yakindu.sct.examples.digital_watch" targetFolder = "images-gen-png" } @@ -27,7 +27,7 @@ GeneratorModel for yakindu::images { statechart watch_subdiagrams { feature Outlet { - targetProject = "digital_watch" + targetProject = "org.yakindu.sct.examples.digital_watch" targetFolder = "images-gen-jpg" } @@ -39,7 +39,7 @@ GeneratorModel for yakindu::images { statechart watch_subdiagrams { feature Outlet { - targetProject = "digital_watch" + targetProject = "org.yakindu.sct.examples.digital_watch" targetFolder = "images-gen-jpeg" } @@ -51,7 +51,7 @@ GeneratorModel for yakindu::images { statechart watch_subdiagrams { feature Outlet { - targetProject = "digital_watch" + targetProject = "org.yakindu.sct.examples.digital_watch" targetFolder = "images-gen-svg" } @@ -63,7 +63,7 @@ GeneratorModel for yakindu::images { statechart watch_subdiagrams { feature Outlet { - targetProject = "digital_watch" + targetProject = "org.yakindu.sct.examples.digital_watch" targetFolder = "images-gen-pdf" }