From 35e7e84cff64816b7ad921d5ab7f40bec64390f9 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 30 Mar 2007 12:46:25 +0000 Subject: [PATCH] Run testPurchaseOrder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13824 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/run_unit_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/tests/run_unit_test b/product/ERP5Type/tests/run_unit_test index 61f745d073..6a98fbfc40 100755 --- a/product/ERP5Type/tests/run_unit_test +++ b/product/ERP5Type/tests/run_unit_test @@ -15,7 +15,7 @@ then fi # Excluded tests must be separated by whitespaces -excluded_test_list="testPurchaseOrder testCatalogSecurity" +excluded_test_list="testCatalogSecurity" test_list=`/bin/ls -1 $DIRECTORY/*/tests/test*.py` -- 2.30.9