cockpit/testsets/SOPROMO Test Sonification.xml in cpee-1.3.175 vs cockpit/testsets/SOPROMO Test Sonification.xml in cpee-1.3.176
- old
+ new
@@ -11,16 +11,16 @@
<to>Prague</to>
<costs>0</costs>
</dataelements>
<handlers>
<handler url="http://localhost:9299/events">
- <events topic='running'>activity_calling,activity_failed,activity_manipulating,activity_done</events>
- <events topic='properties/dataelements'>change</events>
- <events topic='properties/endpoints'>change</events>
- <events topic='properties/description'>error</events>
- <events topic='properties/state'>change</events>
- <events topic='properties/status'>change</events>
+ <events topic='activity'>calling,failed,manipulating,done</events>
+ <events topic='dataelements'>change</events>
+ <events topic='endpoints'>change</events>
+ <events topic='description'>error</events>
+ <events topic='state'>change</events>
+ <events topic='status'>change</events>
</handler>
</handlers>
<endpoints>
<bookAir>http://gruppe.wst.univie.ac.at/~mangler/services/airline.php</bookAir>
<bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel>
@@ -35,13 +35,13 @@
<from>data.from</from>
<to>data.to</to>
<persons>data.persons</persons>
</parameters>
</parameters>
- <manipulate output="result"> data.airline = result.value('id')
+ <finalize output="result"> data.airline = result.value('id')
data.costs += result.value('costs').to_f
- status.update 1, 'Hotel'</manipulate>
+ status.update 1, 'Hotel'</finalize>
</call>
<parallel>
<loop pre_test="data.persons > 0">
<parallel_branch pass="data.persons" local="p">
<call id="a2" endpoint="bookHotel">
@@ -49,11 +49,11 @@
<method>:post</method>
<parameters>
<to>data.to</to>
</parameters>
</parameters>
- <manipulate output="result"> data.hotels << result.value('id')
- data.costs += result.value('costs').to_f</manipulate>
+ <finalize output="result"> data.hotels << result.value('id')
+ data.costs += result.value('costs').to_f</finalize>
</call>
</parallel_branch>
<manipulate id="a3"> data.persons -= 1</manipulate>
</loop>
</parallel>