From 85072c824c5a46ae44eedf10f9d029fca8d77eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 24 Jan 2006 17:47:31 +0000 Subject: [PATCH] schedule testAccounting update list of missing tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5284 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/run_unit_test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5Type/tests/run_unit_test b/product/ERP5Type/tests/run_unit_test index 3aecd81f33..83e80ad373 100755 --- a/product/ERP5Type/tests/run_unit_test +++ b/product/ERP5Type/tests/run_unit_test @@ -7,10 +7,11 @@ touch $DIRECTORY/test_output rm -f $DIRECTORY/test_full_output touch $DIRECTORY/test_full_output $DIRECTORY/update_cvs -# missing : Portal Preference, ERP5Catalog, order , testERP5Categories +# missing : Purchase order $DIRECTORY/ERP5Type/tests/runUnitTest.py testCMFActivity >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testAlarm >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testAccountingRules >> $DIRECTORY/test_full_output 2>&1 +$DIRECTORY/ERP5Type/tests/runUnitTest.py testAccounting >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testInvoice >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testResource >> $DIRECTORY/test_full_output 2>&1 $DIRECTORY/ERP5Type/tests/runUnitTest.py testInteractionWorkflow >> $DIRECTORY/test_full_output 2>&1 -- 2.30.9