Commit ee3af9b7 authored by Yusei Tahara's avatar Yusei Tahara

Fixed indentation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21525 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a83c957
......@@ -108,10 +108,10 @@ class TestWeb(ERP5TypeTestCase):
self.changeUser('erp5user')
page_en = self.portal.web_page_module.newContent(portal_type='Web Page')
page_en.edit(reference='my-first-web-page',
language='en',
version='1',
text_format='text/plain',
text_content='Hello, World!')
language='en',
version='1',
text_format='text/plain',
text_content='Hello, World!')
get_transaction().commit()
self.tic()
......@@ -123,10 +123,10 @@ class TestWeb(ERP5TypeTestCase):
page_ja = self.portal.web_page_module.newContent(portal_type='Web Page')
page_ja.edit(reference='my-first-web-page',
language='ja',
version='1',
text_format='text/plain',
text_content='こんにちは、世界!')
language='ja',
version='1',
text_format='text/plain',
text_content='こんにちは、世界!')
get_transaction().commit()
self.tic()
......
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