From e030bbc578c9a015c633b506b6e4164ccd77e2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 15 Oct 2007 16:21:44 +0000 Subject: [PATCH] enable tests for erp5_ods_style git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17007 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5OOo/tests/testOOoStyle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product/ERP5OOo/tests/testOOoStyle.py b/product/ERP5OOo/tests/testOOoStyle.py index 0857102ada..a662089490 100644 --- a/product/ERP5OOo/tests/testOOoStyle.py +++ b/product/ERP5OOo/tests/testOOoStyle.py @@ -143,7 +143,6 @@ class TestODSStyle(TestOOoStyle): 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 -- 2.30.9