Commit 137ae44e authored by Jérome Perrin's avatar Jérome Perrin

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
parent 287d10e1
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment