Commit e3cfb68c authored by Romain Courteaud's avatar Romain Courteaud

Surcharge a test, because hierarchical lines are not enable in purchase

order.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17235 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d660373
......@@ -47,6 +47,13 @@ class TestPurchaseOrder(TestOrder):
def getTitle(self):
return "Purchase Order"
def test_19_getMovementList(self, quiet=0, run=run_all_test):
"""
Surcharge this test, because hierarchical lines are not enable in purchase
order.
"""
pass
def test_20_testHierarchicalOrderAppliedRuleGeneration(self, quiet=0,
run=run_all_test):
"""
......
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