Commit 027c96b1 authored by Łukasz Nowak's avatar Łukasz Nowak

Migrate relation to partition.

parent 675cab94
......@@ -153,6 +153,9 @@ else:\n
}\n
\n
slap_document.setCausalityValue(explanation_delivery_line.getParentValue())\n
if state != \'destroyed\' or explanation_delivery_line.getSimulationState() != \'delivered\':\n
slap_document.setAggregateValue(explanation_delivery_line.getAggregateValue(portal_type=\'Computer Partition\'))\n
assert(slap_document.getAggregate() == explanation_delivery_line.getAggregate(portal_type=\'Computer Partition\'))\n
state_map = {\n
\'started\': \'start_requested\',\n
\'stopped\': \'stop_requested\',\n
......
87
\ No newline at end of file
88
\ 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