Commit e230ccb5 authored by Łukasz Nowak's avatar Łukasz Nowak

- remove obsoleted XXX question


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27685 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0db51f6b
...@@ -2363,7 +2363,6 @@ class TestBPMImplementation(TestBPMMixin): ...@@ -2363,7 +2363,6 @@ class TestBPMImplementation(TestBPMMixin):
business_process.getPathValueList(trade_phase='default/delivery') business_process.getPathValueList(trade_phase='default/delivery')
) )
# XXX: Luke: it is ORing not ANDing?
self.assertSameSet( self.assertSameSet(
(accounting_delivery_business_path, delivery_business_path, (accounting_delivery_business_path, delivery_business_path,
accounting_business_path), accounting_business_path),
......
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