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 @@ ...@@ -46,6 +46,7 @@
<string>source_payment</string> <string>source_payment</string>
<string>destination_payment</string> <string>destination_payment</string>
<string>price_currency</string> <string>price_currency</string>
<string>specialise</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -53,6 +54,10 @@ ...@@ -53,6 +54,10 @@
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>category_movement_group_on_delivery</string> </value> <value> <string>category_movement_group_on_delivery</string> </value>
</item> </item>
<item>
<key> <string>update_always</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
800 801
\ No newline at end of file \ No newline at end of file
...@@ -151,7 +151,6 @@ class TestTaskReportDivergence(TestTaskReportDivergenceMixin, ERP5TypeTestCase) ...@@ -151,7 +151,6 @@ class TestTaskReportDivergence(TestTaskReportDivergenceMixin, ERP5TypeTestCase)
""" """
return 1 return 1
@newSimulationExpectedFailure
def test_01_TestReportLineChangeQuantity(self, quiet=quiet, run=run_all_test): def test_01_TestReportLineChangeQuantity(self, quiet=quiet, run=run_all_test):
""" """
Change the quantity on an delivery line, then 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