From 730c377a35bbd6393f7ed1b98b5fd71089742a90 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Thu, 22 Mar 2012 08:41:47 +0200
Subject: [PATCH] Revert c4ef0f4162a669f5a7c8604dc0f3d38b76a31df7

---
 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 5230889d05..ae0cbeac12 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 getPortalNameDisable(self):
+  def getPortalName(self):
     """ID of the portal. """
     forced_portal_id = os.environ.get('erp5_tests_portal_id')
     if forced_portal_id:
-- 
2.30.9