cockpit/testsets/Syncing P34.xml in cpee-1.5.15 vs cockpit/testsets/Syncing P34.xml in cpee-1.5.16

- old
+ new

@@ -1,61 +1,80 @@ -<?xml version="1.0"?> <testset> <attributes> <info>Syncing</info> <modeltype>CPEE</modeltype> <theme>default</theme> </attributes> <positions/> <handlerwrapper>DefaultHandlerWrapper</handlerwrapper> - <dataelements><!--{{{--> + <dataelements> + <!--{{{--> <x/> - </dataelements><!--}}}--> - <handlers><!--{{{--> + </dataelements> + <!--}}}--> + <handlers> + <!--{{{--> <handler url="http://localhost:9399/1/events"> - <votes topic='activity'>syncing_before,syncing_after</votes> + <votes topic="activity">syncing_before,syncing_after</votes> </handler> - </handlers><!--}}}--> - <endpoints><!--{{{--> + </handlers> + <!--}}}--> + <endpoints> + <!--{{{--> <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout> <timeouts>http://gruppe.wst.univie.ac.at/~mangler/services/timeout-sync.php</timeouts> - </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> + <!--{{{--> <label>Task 1</label> <method>:post</method> <arguments> <timeout>2</timeout> </arguments> - </parameters><!--}}}--> - <finalize output="result">data.x += "a1,"</finalize> + </parameters> + <!--}}}--> + <code> + <finalize output="result">data.x += "a1,"</finalize> + </code> </call> <call id="a2" endpoint="timeouts"> - <parameters><!--{{{--> + <parameters> + <!--{{{--> <label>Resource Synchronisation</label> <method>:post</method> <arguments> <timeout>4</timeout> </arguments> - </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> + <!--{{{--> <label>Task 3</label> <method>:post</method> <arguments> <timeout>4</timeout> </arguments> - </parameters><!--}}}--> - <finalize output="result">data.x += "a3,"</finalize> + </parameters> + <!--}}}--> + <code> + <finalize output="result">data.x += "a3,"</finalize> + </code> </call> - </description><!--}}}--> + </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