cockpit/testsets/Syncing P34 1.xml in cpee-1.3.209 vs cockpit/testsets/Syncing P34 1.xml in cpee-1.3.211

- old
+ new

@@ -1,14 +1,19 @@ <?xml version="1.0"?> <testset> + <attributes> + <info>Syncing Instance 1</info> + <modeltype>CPEE</modeltype> + <theme>default</theme> + </attributes> <positions/> <handlerwrapper>DefaultHandlerWrapper</handlerwrapper> <dataelements><!--{{{--> <x/> </dataelements><!--}}}--> <handlers><!--{{{--> - <handler url="http://localhost:9299/1/events"> + <handler url="http://localhost:9399/1/events"> <votes topic='activity'>syncing_before,syncing_after</votes> </handler> </handlers><!--}}}--> <endpoints><!--{{{--> <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout> @@ -16,27 +21,30 @@ </endpoints> <!--}}}--> <description> <description xmlns="http://cpee.org/ns/description/1.0"><!--{{{--> <call id="a1" endpoint="timeout"> <parameters><!--{{{--> + <label>Task 1</label> <method>:post</method> <arguments> <timeout>2</timeout> </arguments> </parameters><!--}}}--> <finalize output="result">data.x += "a1,"</finalize> </call> <call id="a2" endpoint="timeouts"> <parameters><!--{{{--> + <label>Resource Synchronisation</label> <method>:post</method> <arguments> <timeout>4</timeout> </arguments> </parameters><!--}}}--> <finalize output="result">data.x += "a2,"</finalize> </call> <call id="a3" endpoint="timeout"> <parameters><!--{{{--> + <label>Task 3</label> <method>:post</method> <arguments> <timeout>4</timeout> </arguments> </parameters><!--}}}-->