From 8e34c84f8fd3010010ac56996e528dcb8a9f81aa Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Mon, 25 Feb 2008 11:36:26 +0000
Subject: [PATCH] Make it clear that nothing is "downloaded" from anywhere, but
 only localy imported from filesystem to object database.

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

diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index f991b30401..7f5ea59915 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -665,7 +665,7 @@ def setupERP5Site( business_template_list=(),
                 ZopeTestCase._print('Adding %s business template ... ' % bt_title)
             bt = portal.portal_templates.download(url)
             if not quiet:
-              ZopeTestCase._print('(downloaded in %.3fs) ' % (time.time() - start))
+              ZopeTestCase._print('(imported in %.3fs) ' % (time.time() - start))
             install_kw = None
             if get_install_kw:
               listbox_object_list = BusinessTemplate_getModifiedObject.__of__(bt)()
-- 
2.30.9