[Erp5-report] r26604 - /erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Apr 23 11:00:33 CEST 2009
Author: jerome
Date: Thu Apr 23 11:00:31 2009
New Revision: 26604
URL: http://svn.erp5.org?rev=26604&view=rev
Log:
add some comment about a test which removes activity tool
Modified:
erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py
Modified: erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py?rev=26604&r1=26603&r2=26604&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testXMLMatrix.py [utf8] Thu Apr 23 11:00:31 2009
@@ -264,15 +264,20 @@
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))
More information about the Erp5-report
mailing list