From e9cd5a7ea0da465db397f6a04d20fc42886e4b26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 15 May 2008 13:07:21 +0000
Subject: [PATCH] don't set properties on the first model, to make sure
 properties are really acquired from the hierarchy.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20980 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testPayroll.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5/tests/testPayroll.py b/product/ERP5/tests/testPayroll.py
index 006503a64e..03ab6e3a8b 100644
--- a/product/ERP5/tests/testPayroll.py
+++ b/product/ERP5/tests/testPayroll.py
@@ -1293,9 +1293,6 @@ class TestPayroll(TestPayrollMixin):
     # model hierarchy
     other_model = self.portal.paysheet_model_module.newContent(
                       portal_type='Pay Sheet Model',
-                      source_section_value=employee,
-                      destination_section_value=employer,
-                      price_currency_value=eur,
                       specialise_value=model)
     paysheet = self.portal.accounting_module.newContent(
                       portal_type='Pay Sheet Transaction',
-- 
2.30.9