From 96592e5b79137631498cebb843a4c541fba034a9 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Tue, 5 Sep 2006 16:47:45 +0000
Subject: [PATCH] Add testGis.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9669 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 3e692bed29..889674def2 100755
--- a/product/ERP5Type/tests/run_unit_test
+++ b/product/ERP5Type/tests/run_unit_test
@@ -43,6 +43,7 @@ $DIRECTORY/ERP5Type/tests/runUnitTest.py testPredicate >> $DIRECTORY/test_full_o
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testListBox >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testERP5Security >> $DIRECTORY/test_full_output 2>&1
 $DIRECTORY/ERP5Type/tests/runUnitTest.py testFolder >> $DIRECTORY/test_full_output 2>&1
+$DIRECTORY/ERP5Type/tests/runUnitTest.py testGis >> $DIRECTORY/test_full_output 2>&1
 
 cat $DIRECTORY/test_full_output | grep '\(^OK\|^FAILED\|^Ran\)' | sed "/^FAILED.*\|^OK.*/s/.*/\0\n/g" >> $DIRECTORY/test_output
 
-- 
2.30.9