From c6d047911d58c33bb9c955782abb9452a6ccd359 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Wed, 9 May 2012 01:25:34 -0300
Subject: [PATCH] Replace tutorial URL

After a refactoring Done at the tutorials, the Document
user-Howto.Process.Incoming.Events-HTML5 contains now no test anymore. It
only contains explanations about workflow and no user interaction with ERP5.

The tests are now present at user-Howto.Manage.Support.Request-HTML5,
which provide previous interaction present on Incomming Event tutorial.
---
 product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py b/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
index ae7ecf120c..5254ecd589 100755
--- a/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
+++ b/product/ERP5Type/tests/testFunctionalStandaloneUserTutorial.py
@@ -41,8 +41,7 @@ BASE_REMOTE_SELENIUM_TEST_URL_LIST = [
      "http://www.erp5.com/user-Howto.Create.Campaigns-HTML5/TestPage_viewSeleniumTest",
      "http://www.erp5.com/user-Howto.Create.Outgoing.Events-HTML5/TestPage_viewSeleniumTest",
      "http://www.erp5.com/user-Howto.Post.Outgoing.Events-HTML5/TestPage_viewSeleniumTest",
-     # DO NOT CONTAINS TEST YET "http://www.erp5.com/user-Howto.Manage.Support.Request-HTML5/TestPage_viewSeleniumTest",
-     "http://www.erp5.com/user-Howto.Process.Incoming.Events-TESTONLY/TestPage_viewSeleniumTest",
+     "http://www.erp5.com/user-Howto.Manage.Support.Request-HTML5/TestPage_viewSeleniumTest",
 
      # Part 2 - PDM, Trade and simulation related tests
      "http://www.erp5.com/user-Howto.Create.and.Manage.Products-HTML5/TestPage_viewSeleniumTest",
-- 
2.30.9