From 137ae44ed8c4fb310d9c62dcd322e3d30c8f7d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 23 Apr 2009 09:00:31 +0000 Subject: [PATCH] add some comment about a test which removes activity tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26604 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testXMLMatrix.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/product/ERP5Type/tests/testXMLMatrix.py b/product/ERP5Type/tests/testXMLMatrix.py index f0a8e5de52..37382e8feb 100644 --- a/product/ERP5Type/tests/testXMLMatrix.py +++ b/product/ERP5Type/tests/testXMLMatrix.py @@ -264,15 +264,20 @@ class TestXMLMatrix(ERP5TypeTestCase): ZopeTestCase._print('\nTest Set Cell Range And Catalog With Activities ') self.checkSetCellRangeAndCatalog(active=1) - def test_03_SetCellRangeAndCatalogWithoutActivities(self, quiet=quiet): + + + def test_9999_SetCellRangeAndCatalogWithoutActivities(self, quiet=quiet): """ Tests if set Cell range do well catalog and uncatalog, not using - activities + activities. + WARNING this test removes activity tool from the test environment. All + tests after this one will have no activity tool. """ if not quiet: ZopeTestCase._print('\nTest Set Cell Range And Catalog Without Activities ') self.checkSetCellRangeAndCatalog(active=0) + def test_suite(): suite = unittest.TestSuite() suite.addTest(unittest.makeSuite(TestXMLMatrix)) -- 2.30.9