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):
portal_type='Budget Transaction',
source=budget_cell1.getRelativeUrl(),
destination=budget_cell2.getRelativeUrl(),
quantity=25.0,group='world_company', stop_date='2005/05/01
18:06:26.388 GMT-4')
quantity=25.0,group='world_company',
stop_date='2005/05/01 18:06:26.388 GMT-4')
self.budget_transaction2 = budget_transaction_module.newContent(
portal_type='Budget Transaction',
source=budget_cell2.getRelativeUrl(),
destination=budget_cell1.getRelativeUrl(),
quantity=25.0,group='world_company', stop_date='2005/05/01
18:06:26.388 GMT-4')
quantity=25.0,group='world_company',
stop_date='2005/05/01 18:06:26.388 GMT-4')
# flush activities
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