Commit 38e8e38e authored by Romain Courteaud's avatar Romain Courteaud

Simplify the test.

Export/Import does not seem to be needed.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4297 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32089c19
......@@ -374,6 +374,12 @@ class TestBusinessTemplate(ERP5TypeTestCase):
"""
new_bt = sequence.get('new_bt')
new_bt.install()
# try:
# new_bt.install()
# except:
# import pdb; pdb.set_trace()
# pass
# raise
def test_03_update(self, quiet=0, run=run_all_test):
"""
......@@ -390,17 +396,23 @@ class TestBusinessTemplate(ERP5TypeTestCase):
sequence_string = '\
GetCurrentBusinessTemplate \
CopyBusinessTemplate \
EditNewBT \
BuildNewBT \
CheckBuiltBuildingState \
ExportNewBT \
ImportNewBT \
Tic \
InstallNewBT \
'
# sequence_string = '\
# GetCurrentBusinessTemplate \
# CopyBusinessTemplate \
# EditNewBT \
# BuildNewBT \
# CheckBuiltBuildingState \
# ExportNewBT \
# ImportNewBT \
# Tic \
# InstallNewBT \
# '
# sequence_string = '\
# GetCurrentBusinessTemplate \
# CopyBusinessTemplate \
# CreateNewBaseCategory \
# AddNewBaseCategoryToNewBT \
# CheckModifiedBuildingState \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment