mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°9063 - Fix testEnumTransition as ev_autoresolve is no more available in resolve state
This commit is contained in:
@@ -1041,29 +1041,6 @@
|
||||
</action>
|
||||
</actions>
|
||||
</transition>
|
||||
<transition id="ev_autoresolve">
|
||||
<target>resolved</target>
|
||||
<actions>
|
||||
<action>
|
||||
<verb>SetCurrentDate</verb>
|
||||
<params>
|
||||
<param xsi:type="attcode">resolution_date</param>
|
||||
</params>
|
||||
</action>
|
||||
<action>
|
||||
<verb>SetElapsedTime</verb>
|
||||
<params>
|
||||
<param xsi:type="attcode">time_spent</param>
|
||||
<param xsi:type="attcode">start_date</param>
|
||||
<param xsi:type="string">DefaultWorkingTimeComputer</param>
|
||||
</params>
|
||||
</action>
|
||||
<action>
|
||||
<verb>ResolveChildTickets</verb>
|
||||
<params/>
|
||||
</action>
|
||||
</actions>
|
||||
</transition>
|
||||
</transitions>
|
||||
</state>
|
||||
<state id="rejected">
|
||||
|
||||
@@ -1100,7 +1100,6 @@ class DBObjectTest extends ItopDataTestCase
|
||||
'fixed',
|
||||
[
|
||||
'ev_reopen',
|
||||
'ev_autoresolve',
|
||||
'ev_close',
|
||||
],
|
||||
],
|
||||
@@ -1122,7 +1121,6 @@ class DBObjectTest extends ItopDataTestCase
|
||||
'resolved',
|
||||
'relative',
|
||||
[
|
||||
'ev_autoresolve',
|
||||
'ev_close',
|
||||
'ev_reopen',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user