From 71d3713950f1eba26b9a889a20dd43edbc47d85d Mon Sep 17 00:00:00 2001 From: bruno-ds Date: Fri, 15 Jan 2021 11:14:25 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03651=20=20-=20add=20a=20(commented=20out?= =?UTF-8?q?)=20test=20to=20prove=20the=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit just uncomment to use the test. --- test/application/UtilsTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/application/UtilsTest.php b/test/application/UtilsTest.php index 04f6e9463..c87d6ed41 100644 --- a/test/application/UtilsTest.php +++ b/test/application/UtilsTest.php @@ -165,6 +165,12 @@ class UtilsTest extends \Combodo\iTop\Test\UnitTest\ItopTestCase 'Setup index (windows antislash)' => array('http://localhost/', 'C:\Dev\wamp64\www\itop-dev\setup\index.php', 'C:\Dev\wamp64\www\itop-dev', 'http://localhost/setup/'), 'Setup index (windows slash)' => array('http://127.0.0.1/', 'C:/web/setup/index.php', 'C:/web', 'http://127.0.0.1/setup/'), 'Setup index (windows slash, drive letter case difference)' => array('http://127.0.0.1/', 'c:/web/setup/index.php', 'C:/web', 'http://127.0.0.1/setup/'), +// 'N°3651 - iTop installed on \\' => array( +// 'sReturnValue' => 'http://example.com/SETUP/', +// 'sCurrentScript' => 'C:\\inetpub\\wwwroot\\foo', +// 'sAppRoot' => '\\', +// 'sAbsoluteUrl' => 'http://example.com/SETUP/', +// ), ); }