From cf8212de065ce21fec39e05ee8af2cda613c1735 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Fri, 10 Dec 2004 13:44:34 +0000 Subject: [PATCH] rename bt5 to erp5_bt5 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1983 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 d1179a9476..e08cea750b 100755 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -123,7 +123,7 @@ class ERP5TypeTestCase(PortalTestCase): from urllib import urlretrieve file, headers = urlretrieve(template) except IOError: - template = INSTANCE_HOME + '/bt5/bt5/' + template + template = INSTANCE_HOME + '/bt5/erp5_bt5/' + template template = '%s.bt5' % template new_template_list.append((template,id)) LOG('new_template_list',0,template_list) -- 2.30.9