From ee3af9b7630affb0c9be80271ceb2a6fa30fa4d0 Mon Sep 17 00:00:00 2001
From: Yusei Tahara <yusei@nexedi.com>
Date: Thu, 12 Jun 2008 12:04:44 +0000
Subject: [PATCH] Fixed indentation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21525 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testWeb.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/product/ERP5/tests/testWeb.py b/product/ERP5/tests/testWeb.py
index a522d6f8ab..c7c7fc19f1 100644
--- a/product/ERP5/tests/testWeb.py
+++ b/product/ERP5/tests/testWeb.py
@@ -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()
-- 
2.30.9