From e382be448f79dad8acc4b229fb692fba92905f95 Mon Sep 17 00:00:00 2001
From: Thomas Kutz <thomas.kutz@itemis.de>
Date: Wed, 15 Aug 2018 14:26:32 +0200
Subject: [PATCH] Minor fixes in test plan

---
 .../sct_testcase_18_definitionsection.textile        |  2 +-
 .../testmodels/digital_watch_images.sgen             | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

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 | <ol><li><p>Open _watch.sct_ in folder *<project>/model*.</p></li> | <ol><li><p>No errors are displayed in the definition section at the left side of the main window.</p></li><li><p>The definition section has its inline mode activated.</p></li><li><p>The definition section thus can be dragged within the main window.</p></li><li><p>The definition section has a pin icon at top left.</p></li></ol>| %{color:red}open% |
-| 18.2 | Switch definition section mode  | <ol><li><p>Click on the pin icon at the top left of the definition section to pin the definition section.</p></li><li><p>Click on the pin icon at the top right of the pinned definition section.</p></li><li><p>Scroll the definition section up and down.</p></li></ol> | 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  | <ol><li><p>Click on the pin icon at the top left of the definition section to pin the definition section.</p></li><li><p>Click on the pin icon at the top right of the pinned definition section.</p></li><li><p>Scroll the definition section up and down.</p></li></p></li><li><p>Produce an error, e.g. use unknown type</p></li></ol> | 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  | <ol><li><p>Click on the triangle at the top left to collapse the pinned definition section.</p></li><li><p>Click on the flipped triangle at the top of the collapsed definition section or on the collapsed border itself to expand it again.</p></li></ol> | <ol><li><p>Before clicking on the triangle, the tooltip "*Hide definition section*" is shown.</p></li><li><p>After clicked, the definition section is collapsed and displayed as vertical border.</p></li><li><p>The vertical border contains the text "*Definition section*" which is fully visible within the border.</p></li><li><p>The triangle to expand the definition section again is flipped to the right.</p></li><li><p>Before expanding again, when hovering over the triangle or the collapsed border, the tooltip "*Show definition section*" is shown.</p></li><li><p>The expanded definition section has the same width as before.</p></li></ol> | %{color:red}open% |
 | 18.4 | Save statechart | <ol><li><p>Close the _watch.sct_ file without saving it.</p></li><li><p>Reopen the statechart and switch the inline mode to the pinned mode.</p></li><li><p>Save the statechart by pressing *Ctrl+S* or by selecting.</p></li><li><p>Close and reopen the statechart again.</p></li></ol> | <ol><li><p>The statechart is closed without errors.</p></li><li><p>After reopening, the statechart is displayed in inlined mode.</p></li><li><p>After the mode is changed, the editor tab is marked as dirty.</p></li><li><p>After pressing *Ctrl+S* the statechart is saved without errors.</p></li><li><p>After save and reopen the statechart is displayed in pinned mode.</p></li><li><p>The editor is not marked as dirty.</p></li></ol> | %{color:red}open% |
 | 18.5 | Resize definition section | <ol><li><p>In pinned mode, grab the right side of the definition section and resize it to an arbitrary width.</p></li><li><p>Close and reopen the statechart.</p></li><li><p>Resize the definition section to a smaller size.</p></li><li><p>Close and reopen the statechart.</p></li></ol>| <ol><li><p>The definition section can be resized to any size.</p></li><li><p>When reopening the statechart, its previous width is restored.</p></li></ol> |%{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"
 		}