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/', +// ), ); }