From d6f02509825b5c617981ba9b67683e0f194eafde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 4 Aug 2010 15:21:32 +0000
Subject: [PATCH] define specialize relation on newly create SPL

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37480 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testPackingList.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5/tests/testPackingList.py b/product/ERP5/tests/testPackingList.py
index a84ed17aa1..eac3559e27 100644
--- a/product/ERP5/tests/testPackingList.py
+++ b/product/ERP5/tests/testPackingList.py
@@ -1433,6 +1433,7 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
     packing_list = self.portal.getDefaultModule(self.packing_list_portal_type).newContent(
                               portal_type=self.packing_list_portal_type,
                               title='Packing List',
+                              specialise='business_process_module/erp5_default_business_process',
                               source_value=vendor,
                               source_section_value=vendor,
                               destination_value=client,
-- 
2.30.9