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

- typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27628 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bffacda4
......@@ -2407,7 +2407,7 @@ class TestBPMImplementation(TestBPMMixin):
business_path.getSourceValueList(context=context_movement))
self.assertEquals([source_node.getRelativeUrl()],
business_path.getSourceList(context=context_movement))
self.assertEquals(node.getRelativeUrl(),
self.assertEquals(source_node.getRelativeUrl(),
business_path.getSource(context=context_movement, default='something'))
def test_BuinessPathDynamicCategoryAccessProviderEmptyMovement(self):
......
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