From 3e8d30eac9e2a244d1a8c700a4be45dc9d0860b9 Mon Sep 17 00:00:00 2001 From: Tatuya Kamada <tatuya@nexedi.com> Date: Fri, 2 Jul 2010 07:49:37 +0000 Subject: [PATCH] Fix a mistake to forgot to put back the removed form in the test, anyway, the test is still failed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36793 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testBusinessTemplate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py index 612a621244..34d10be0a0 100644 --- a/product/ERP5/tests/testBusinessTemplate.py +++ b/product/ERP5/tests/testBusinessTemplate.py @@ -5426,6 +5426,8 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): BuildBusinessTemplate \ SaveBusinessTemplate \ \ + CreateNewForm \ + \ CheckFieldTitleIsNotRemovedFromErp5Nerd \ \ ImportBusinessTemplate \ -- 2.30.9