Commit a9a8f524 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Spacing fixes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17608 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26279634
......@@ -307,7 +307,7 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor):
id = category_id,
title = category_title, )
category_relative_url = category_object.getRelativeUrl()
person_title = "Toto"
person_id = "toto"
person_object = self.getPersonModule().newContent(
......@@ -315,7 +315,7 @@ class TestERP5Type(PropertySheetTestCase, LogInterceptor):
id = person_id,
title = person_title,)
person_relative_url = person_object.getRelativeUrl()
def checkRelationSet(self):
get_transaction().commit()
person_object.reindexObject()
......
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