[Erp5-report] r29942 - /erp5/trunk/products/ERP5Form/tests/testSelectionTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 22 17:38:31 CEST 2009
Author: luke
Date: Thu Oct 22 17:38:30 2009
New Revision: 29942
URL: http://svn.erp5.org?rev=29942&view=rev
Log:
- inform loudly about not finished test
Modified:
erp5/trunk/products/ERP5Form/tests/testSelectionTool.py
Modified: erp5/trunk/products/ERP5Form/tests/testSelectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testSelectionTool.py?rev=29942&r1=29941&r2=29942&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testSelectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testSelectionTool.py [utf8] Thu Oct 22 17:38:30 2009
@@ -90,7 +90,7 @@
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([],
More information about the Erp5-report
mailing list