From da61e1f2a862b07621929390f8d083e8bbd3cdbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 11 Apr 2011 13:22:48 +0000 Subject: [PATCH] - be closer to real cases -- install without forcing to walk thourgh proposed lis git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45289 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testBusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py index f2fb4a26a9..585cf0adc9 100644 --- a/product/ERP5/tests/testBusinessTemplate.py +++ b/product/ERP5/tests/testBusinessTemplate.py @@ -7074,7 +7074,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): UseImportBusinessTemplate \ CheckBuiltBuildingState \ CheckNotInstalledInstallationState \ - InstallBusinessTemplate \ + InstallWithoutForceBusinessTemplate \ Tic \ CheckInstalledInstallationState \ CheckBuiltBuildingState \ -- 2.30.9