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

- do not fail silently in case of lacking test content


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29936 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 583b319c
......@@ -169,12 +169,10 @@ class TestSelectionTool(ERP5TypeTestCase):
self.portal_selections.getSelectionStats('test_selection'))
def testView(self):
# XXX tests should be added
pass
raise NotImplementedError('test should be added')
def testPage(self):
# XXX tests should be added
pass
raise NotImplementedError('test should be added')
def testDomainSelection(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