From c4ef0f4162a669f5a7c8604dc0f3d38b76a31df7 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Wed, 21 Mar 2012 18:16:25 +0200
Subject: [PATCH] Disable temporary setting portal name in order to debug
 issues with testnode's test execution when multiple nodes are involved.

---
 product/ERP5/tests/testInventoryAPI.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testInventoryAPI.py b/product/ERP5/tests/testInventoryAPI.py
index ae0cbeac12..5230889d05 100644
--- a/product/ERP5/tests/testInventoryAPI.py
+++ b/product/ERP5/tests/testInventoryAPI.py
@@ -73,7 +73,7 @@ class InventoryAPITestCase(ERP5TypeTestCase):
     """Title of the test."""
     return 'Inventory API'
 
-  def getPortalName(self):
+  def getPortalNameDisable(self):
     """ID of the portal. """
     forced_portal_id = os.environ.get('erp5_tests_portal_id')
     if forced_portal_id:
-- 
2.30.9