Commit 0250bbbc authored by Alexandre Boeglin's avatar Alexandre Boeglin

fixed bad indentation fix


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bea1ec62
...@@ -314,15 +314,15 @@ class TestBudget(ERP5TypeTestCase): ...@@ -314,15 +314,15 @@ class TestBudget(ERP5TypeTestCase):
portal_type='Budget Transaction', portal_type='Budget Transaction',
source=budget_cell1.getRelativeUrl(), source=budget_cell1.getRelativeUrl(),
destination=budget_cell2.getRelativeUrl(), destination=budget_cell2.getRelativeUrl(),
quantity=25.0,group='world_company', stop_date='2005/05/01 quantity=25.0,group='world_company',
18:06:26.388 GMT-4') stop_date='2005/05/01 18:06:26.388 GMT-4')
self.budget_transaction2 = budget_transaction_module.newContent( self.budget_transaction2 = budget_transaction_module.newContent(
portal_type='Budget Transaction', portal_type='Budget Transaction',
source=budget_cell2.getRelativeUrl(), source=budget_cell2.getRelativeUrl(),
destination=budget_cell1.getRelativeUrl(), destination=budget_cell1.getRelativeUrl(),
quantity=25.0,group='world_company', stop_date='2005/05/01 quantity=25.0,group='world_company',
18:06:26.388 GMT-4') stop_date='2005/05/01 18:06:26.388 GMT-4')
# flush activities # flush activities
get_transaction().commit() get_transaction().commit()
......
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