[Erp5-report] r29936 - /erp5/trunk/products/ERP5Form/tests/testSelectionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 22 17:26:33 CEST 2009


Author: luke
Date: Thu Oct 22 17:26:33 2009
New Revision: 29936

URL: http://svn.erp5.org?rev=29936&view=rev
Log:
 - do not fail silently in case of lacking test content

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=29936&r1=29935&r2=29936&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testSelectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testSelectionTool.py [utf8] Thu Oct 22 17:26:33 2009
@@ -169,12 +169,10 @@
                       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('',




More information about the Erp5-report mailing list