Commit a6508cd0 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup: confirm always.

parent 1581a8a6
...@@ -57,7 +57,8 @@ assert context.getSimulationState() == \'planned\'\n ...@@ -57,7 +57,8 @@ assert context.getSimulationState() == \'planned\'\n
start_date = context.getStartDate()\n start_date = context.getStartDate()\n
if start_date is None:\n if start_date is None:\n
start_date = context.setStartDate(DateTime.DateTime())\n start_date = context.setStartDate(DateTime.DateTime())\n
context.confirm(comment=comment)\n \n
context.confirm(comment=comment)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
140 141
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment