[Erp5-report] r6402 - /erp5/trunk/products/ERP5/tests/testBase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 31 12:04:06 CEST 2006


Author: romain
Date: Fri Mar 31 12:04:04 2006
New Revision: 6402

URL: http://svn.erp5.org?rev=6402&view=rev
Log:
Run all tests...

Modified:
    erp5/trunk/products/ERP5/tests/testBase.py

Modified: erp5/trunk/products/ERP5/tests/testBase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBase.py?rev=6402&r1=6401&r2=6402&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBase.py (original)
+++ erp5/trunk/products/ERP5/tests/testBase.py Fri Mar 31 12:04:04 2006
@@ -58,7 +58,7 @@
 
 class TestBase(ERP5TypeTestCase):
 
-  run_all_test = 0
+  run_all_test = 1
   object_portal_type = "Organisation"
   not_defined_property_id = "azerty_qwerty"
   not_defined_property_value = "qwerty_azerty"
@@ -741,7 +741,7 @@
                     object_instance.getProperty(
                          self.not_related_to_temp_object_property_id))
 
-  def test_06_getPropertyOnTempClass(self, quiet=0, run=1):
+  def test_06_getPropertyOnTempClass(self, quiet=0, run=run_all_test):
     """
     Test if set/getProperty work in temp object without 
     a portal type with the same name.




More information about the Erp5-report mailing list