Skip to content
Snippets Groups Projects
Commit 524c3a2b authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on composite compnents tests

parent 7a7cd69f
No related branches found
No related tags found
No related merge requests found
...@@ -228,8 +228,8 @@ ...@@ -228,8 +228,8 @@
</SUBCOMPONENT> </SUBCOMPONENT>
<COMPONENT type="5103" id="91" > <COMPONENT type="5103" id="91" >
<cdparam x="374" y="386" /> <cdparam x="378" y="386" />
<sizeparam width="67" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <sizeparam width="59" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
<hidden value="false" /> <hidden value="false" />
<enabled value="true" /> <enabled value="true" />
<cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" />
...@@ -307,8 +307,8 @@ ...@@ -307,8 +307,8 @@
</COMPONENT> </COMPONENT>
<COMPONENT type="5103" id="145" > <COMPONENT type="5103" id="145" >
<cdparam x="358" y="215" /> <cdparam x="362" y="215" />
<sizeparam width="56" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <sizeparam width="49" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
<hidden value="false" /> <hidden value="false" />
<enabled value="true" /> <enabled value="true" />
<cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" />
...@@ -549,8 +549,8 @@ ...@@ -549,8 +549,8 @@
</SUBCOMPONENT> </SUBCOMPONENT>
<COMPONENT type="5104" id="207" > <COMPONENT type="5104" id="207" >
<cdparam x="387" y="367" /> <cdparam x="391" y="367" />
<sizeparam width="75" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <sizeparam width="67" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
<hidden value="false" /> <hidden value="false" />
<enabled value="true" /> <enabled value="true" />
<cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" />
...@@ -565,11 +565,12 @@ ...@@ -565,11 +565,12 @@
<TGConnectingPoint num="7" id="204" /> <TGConnectingPoint num="7" id="204" />
<TGConnectingPoint num="8" id="205" /> <TGConnectingPoint num="8" id="205" />
<TGConnectingPoint num="9" id="206" /> <TGConnectingPoint num="9" id="206" />
<accessibility />
</COMPONENT> </COMPONENT>
<COMPONENT type="5104" id="218" > <COMPONENT type="5104" id="218" >
<cdparam x="383" y="260" /> <cdparam x="387" y="260" />
<sizeparam width="64" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" /> <sizeparam width="57" height="20" minWidth="30" minHeight="1" maxWidth="2000" maxHeight="2000" minDesiredWidth="0" minDesiredHeight="0" />
<hidden value="false" /> <hidden value="false" />
<enabled value="true" /> <enabled value="true" />
<cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" /> <cdrectangleparam minX="10" maxX="2500" minY="10" maxY="1500" />
......
...@@ -1358,6 +1358,8 @@ public class AvatarStateMachine extends AvatarElement { ...@@ -1358,6 +1358,8 @@ public class AvatarStateMachine extends AvatarElement {
while ((current != null) && !(current instanceof AvatarState)) { while ((current != null) && !(current instanceof AvatarState)) {
//TraceManager.addDev("Cloning: " + current); //TraceManager.addDev("Cloning: " + current);
current.setNotCheckable();
current.setAsVerifiable(false);
tmp = current.basicCloneMe(block); tmp = current.basicCloneMe(block);
addElement(tmp); addElement(tmp);
tomake.addNext(tmp); tomake.addNext(tmp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment