[Erp5-report] r42533 seb - /erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 20 19:14:20 CET 2011


Author: seb
Date: Thu Jan 20 19:14:20 2011
New Revision: 42533

URL: http://svn.erp5.org?rev=42533&view=rev
Log:
make --save --load of unit test working again

Modified:
    erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

Modified: erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py?rev=42533&r1=42532&r2=42533&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] Thu Jan 20 19:14:20 2011
@@ -278,6 +278,10 @@ class ERP5TypeTestCaseMixin(object):
     """Mixin class for ERP5 based tests.
     """
 
+    def dummy_test(self):
+      ZopeTestCase._print('All tests are skipped when --save option is passed '
+                          'with --update_business_templates or without --load')
+
     def shortDescription(self):
       description = str(self)
       doc = self._testMethodDoc
@@ -627,10 +631,6 @@ class ERP5TypeTestCaseMixin(object):
 
 class ERP5TypeCommandLineTestCase(object):
 
-    def dummy_test(self):
-      ZopeTestCase._print('All tests are skipped when --save option is passed '
-                          'with --update_business_templates or without --load')
-
     def getPortalName(self):
       """
         Return the name of a portal for this test case.



More information about the Erp5-report mailing list