From 7a2f9864d541d1990c312727569fabd2b3a853f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 22 Oct 2009 15:38:30 +0000 Subject: [PATCH] - inform loudly about not finished test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29942 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/tests/testSelectionTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/tests/testSelectionTool.py b/product/ERP5Form/tests/testSelectionTool.py index 6282b24644..1dd5868deb 100644 --- a/product/ERP5Form/tests/testSelectionTool.py +++ b/product/ERP5Form/tests/testSelectionTool.py @@ -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([], -- 2.30.9