cockpit/testsets/LgLinear.xml in cpee-1.5.15 vs cockpit/testsets/LgLinear.xml in cpee-1.5.16
- old
+ new
@@ -1,50 +1,69 @@
-<?xml version="1.0"?>
<testset>
- <positions><!--{{{-->
+ <positions>
+ <!--{{{-->
<a1>after</a1>
- </positions><!--}}}-->
+ </positions>
+ <!--}}}-->
<handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
- <dataelements><!--{{{-->
+ <dataelements>
+ <!--{{{-->
<x/>
- </dataelements><!--}}}-->
+ </dataelements>
+ <!--}}}-->
<handlers/>
- <endpoints><!--{{{-->
+ <endpoints>
+ <!--{{{-->
<timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
- </endpoints><!--}}}-->
+ </endpoints>
+ <!--}}}-->
<description>
- <description xmlns="http://cpee.org/ns/description/1.0"><!--{{{-->
+ <description xmlns="http://cpee.org/ns/description/1.0">
+ <!--{{{-->
<call id="a1" endpoint="timeout">
- <parameters><!--{{{-->
+ <parameters>
+ <!--{{{-->
<method>:post</method>
<parameters>
<timeout>2</timeout>
</parameters>
- </parameters><!--}}}-->
- <finalize output="result"> data.x += "a1,"</finalize>
- </call>
+ </parameters>
+ <!--}}}-->
+ <code>
+ <finalize output="result"> data.x += "a1,"</finalize>
+ </code>
+ </call>
<call id="a2" endpoint="timeout">
- <parameters><!--{{{-->
+ <parameters>
+ <!--{{{-->
<method>:post</method>
<parameters>
<timeout>4</timeout>
</parameters>
- </parameters><!--}}}-->
- <finalize output="result"> data.x += "a2,"</finalize>
+ </parameters>
+ <!--}}}-->
+ <code>
+ <finalize output="result"> data.x += "a2,"</finalize>
+ </code>
</call>
<call id="a3" endpoint="timeout">
- <parameters><!--{{{-->
+ <parameters>
+ <!--{{{-->
<method>:post</method>
<parameters>
<timeout>4</timeout>
</parameters>
- </parameters><!--}}}-->
- <finalize output="result"> data.x += "a3,"</finalize>
- </call>
- </description><!--}}}-->
+ </parameters>
+ <!--}}}-->
+ <code>
+ <finalize output="result"> data.x += "a3,"</finalize>
+ </code>
+ </call>
+ </description>
+ <!--}}}-->
</description>
<transformation>
- <description type='copy'/>
- <dataelements type='rest'/>
- <endpoints type='rest'/>
+ <description type="copy"/>
+ <dataelements type="rest"/>
+ <endpoints type="rest"/>
</transformation>
-</testset>
+</testset>
\ No newline at end of file