Commit 853a1275 authored by Jérome Perrin's avatar Jérome Perrin

Fix comment, the problem is with Resource_zGetMovementHistoryList, not Resource_zGetInventoryList

parent d9fa3351
......@@ -791,8 +791,8 @@ class TestAccountingReports(AccountingTestCase, ERP5ReportTestCase):
source_credit=300.0)))
@todo_erp5
def test_Resource_zGetInventoryList(self):
# TODO: Fix Resource_zGetInventoryList so that we don't need to workaround
def test_Resource_zGetMovementHistoryList(self):
# TODO: Fix Resource_zGetMovementHistoryList so that we don't need to workaround
# new behaviour of MariaDB.
# Indeed, https://bugs.launchpad.net/maria/+bug/985828 has been marked
# as WONTFIX.
......
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