[Erp5-report] r17007 - /erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 15 18:21:45 CEST 2007


Author: jerome
Date: Mon Oct 15 18:21:44 2007
New Revision: 17007

URL: http://svn.erp5.org?rev=17007&view=rev
Log:
enable tests for erp5_ods_style

Modified:
    erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py

Modified: erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py?rev=17007&r1=17006&r2=17007&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py Mon Oct 15 18:21:44 2007
@@ -143,7 +143,6 @@
 def test_suite():
   suite = unittest.TestSuite()
   suite.addTest(unittest.makeSuite(TestODTStyle))
-  # ODS style is not valid yet
- # suite.addTest(unittest.makeSuite(TestODSStyle))
+  suite.addTest(unittest.makeSuite(TestODSStyle))
   return suite
 




More information about the Erp5-report mailing list