From 9139753b12d9f04e4d6ffa8aaaf0cd0601a30d61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Mon, 19 Dec 2005 09:05:08 +0000
Subject: [PATCH] add testTrashTool

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4747 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/run_unit_test | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Type/tests/run_unit_test b/product/ERP5Type/tests/run_unit_test
index 4b4e4199c9..f54c534f5c 100755
--- a/product/ERP5Type/tests/run_unit_test
+++ b/product/ERP5Type/tests/run_unit_test
@@ -25,6 +25,7 @@ $DIRECTORY/ERP5Type/tests/runUnitTest.py testInventory >> $DIRECTORY/test_full_o
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testERP5HR >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testBase >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testBusinessTemplate >> $DIRECTORY/test_full_output 2>&1
+$DIRECTORY/ERP5Type/tests/runUnitTest.py testTrashTool >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testERP5Type >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testXMLMatrix >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testConstraint >> $DIRECTORY/test_full_output 2>&1
-- 
2.30.9