Commit 7cf57371 authored by Sebastien Robin's avatar Sebastien Robin

* task report builder must copy the specialise category from simulation

  to task reports
* thanks to above change, test_01_TestReportLineChangeQuantity is now
  passing with new simulation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9926c631
......@@ -46,6 +46,7 @@
<string>source_payment</string>
<string>destination_payment</string>
<string>price_currency</string>
<string>specialise</string>
</tuple>
</value>
</item>
......@@ -53,6 +54,10 @@
<key> <string>title</string> </key>
<value> <string>category_movement_group_on_delivery</string> </value>
</item>
<item>
<key> <string>update_always</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</pickle>
</record>
......
800
\ No newline at end of file
801
\ No newline at end of file
......@@ -151,7 +151,6 @@ class TestTaskReportDivergence(TestTaskReportDivergenceMixin, ERP5TypeTestCase)
"""
return 1
@newSimulationExpectedFailure
def test_01_TestReportLineChangeQuantity(self, quiet=quiet, run=run_all_test):
"""
Change the quantity on an delivery line, then
......
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