[Erp5-report] r26942 - /erp5/trunk/products/Formulator/tests/testFormulator.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 12 17:18:05 CEST 2009


Author: nicolas
Date: Tue May 12 17:18:03 2009
New Revision: 26942

URL: http://svn.erp5.org?rev=26942&view=rev
Log:
rename tests

Modified:
    erp5/trunk/products/Formulator/tests/testFormulator.py

Modified: erp5/trunk/products/Formulator/tests/testFormulator.py
URL: http://svn.erp5.org/erp5/trunk/products/Formulator/tests/testFormulator.py?rev=26942&r1=26941&r2=26942&view=diff
==============================================================================
--- erp5/trunk/products/Formulator/tests/testFormulator.py [utf8] (original)
+++ erp5/trunk/products/Formulator/tests/testFormulator.py [utf8] Tue May 12 17:18:03 2009
@@ -12,13 +12,13 @@
     # startup is only in Zope2.6
     pass
 
-from Products.Formulator.tests import test_Form, test_validators, test_serialize
+from Products.Formulator.tests import testForm, testFormValidator, testSerializeForm
 
 def test_suite():
     suite = unittest.TestSuite()
-    suite.addTest(test_Form.test_suite())
-    suite.addTest(test_validators.test_suite())
-    suite.addTest(test_serialize.test_suite())
+    suite.addTest(testForm.test_suite())
+    suite.addTest(testFormValidator.test_suite())
+    suite.addTest(testSerializeForm.test_suite())
     return suite
 
 def main():




More information about the Erp5-report mailing list