Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Schladebeck2013-07-19 12:09:38 +0000
committerAlexandra Schladebeck2013-07-19 12:09:38 +0000
commit20a6804b7bd04a5db6dc2efe55f558084acbe7e8 (patch)
tree26d624b5dc56550cf695cf8f7d209d02fe6a37ab
parentb10a4c23c0666f85716faee461eacd40594292cc (diff)
downloadorg.eclipse.jubula.core-20a6804b7bd04a5db6dc2efe55f558084acbe7e8.tar.gz
org.eclipse.jubula.core-20a6804b7bd04a5db6dc2efe55f558084acbe7e8.tar.xz
org.eclipse.jubula.core-20a6804b7bd04a5db6dc2efe55f558084acbe7e8.zip
Non-sprint task: improves docu for no component type exists
-rw-r--r--org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/CONTENT.tex5
-rw-r--r--org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/reassigning.tex18
2 files changed, 5 insertions, 18 deletions
diff --git a/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/CONTENT.tex b/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/CONTENT.tex
index d6d5fa322..dff55cc9d 100644
--- a/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/CONTENT.tex
+++ b/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/CONTENT.tex
@@ -50,6 +50,11 @@
\label{TasksCompNamesCheckbox}
\input{Tasks/Compnames/propagate}
+\subsection{No component type exists message in \gdcompnamesview{}}
+\gdhelpid{compNameViewContextId}{Component Names View}
+\label{TasksCompNamesNoCompTypeExists}
+\input{Tasks/Compnames/nocomptypeexists}
+
\subsection{Merging component names}
\gdhelpid{guidancerComponentNameBrowserContextId}{Component Name Browser}
\gdhelpid{objectMapEditorContextId}{Object Mapping}
diff --git a/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/reassigning.tex b/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/reassigning.tex
index 7f3edb615..fc71ea437 100644
--- a/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/reassigning.tex
+++ b/org.eclipse.jubula.documentation/manual/en/tex/Tasks/Compnames/reassigning.tex
@@ -47,21 +47,3 @@ We recommend using naming conventions for component names.
\end{enumerate}
\bxtipp{See the section on the component hierarchy for some tips on using component names in your tests \bxpref{TasksCompNameType}.}
-
-\subsubsection{Changing component names}
-If you newly reassign component names in your test hierarchy that were themselves later reassigned, you will be shown a message in the \gdcompnamesview{}.
-\begin{itemize}
-\item The message only appears at places where you have reused the \gdcase{} containing that component, and where you have overwritten the component name.
-\item For example:
-\begin{enumerate}
-\item Your component was originally called \bxname{LoginDialog\_nn\_btn}.
-\item You reused the \gdcase{} containing this component, and renamed the component \bxname{LoginDialog\_OK\_btn}.
-\item You then change the component name in the original \gdcase{} to \bxcaption{LoginDialog\_AnyButton\_btn}.
-\end{enumerate}
-\item In the \gdcompnamesview{} for the reused \gdcase{}, you will see a warning message that the component name has no type.
-\item You will also see the new name for the component.
-\bxwarn{The warning field is not editable.}
-\item If you want to keep the same overwritten name, enter the name into the \bxcaption{new name} field in the row for the new component name.
-\item You can also change the overwritten name, or not overwrite it at all. In this case you will need to adapt your object mapping, if this component has been used in a \gdsuite{}.
-\item Once you have saved the \gdcompnamesview{}, the warning message will disappear.
-\end{itemize}

Back to the top