Commit 7a2f9864 authored by Łukasz Nowak's avatar Łukasz Nowak

- inform loudly about not finished test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64751c05
......@@ -90,7 +90,7 @@ class TestSelectionTool(ERP5TypeTestCase):
def testCallSelectionFor(self):
self.assertEquals(None,
self.portal_selections.callSelectionFor('not_found_selection'))
# XXX more tests needed
raise NotImplementedError('more tests needed')
def testCheckedUids(self):
self.assertEquals([],
......
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