From 7ebe694d43272c150fa98cac6208ac78ec1bc113 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 22 Oct 2009 15:26:33 +0000
Subject: [PATCH]  - 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
---
 product/ERP5Form/tests/testSelectionTool.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/product/ERP5Form/tests/testSelectionTool.py b/product/ERP5Form/tests/testSelectionTool.py
index bb6f6f959f..c69c5913f1 100644
--- a/product/ERP5Form/tests/testSelectionTool.py
+++ b/product/ERP5Form/tests/testSelectionTool.py
@@ -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('',
-- 
2.30.9