mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3651 - add a (commented out) test to prove the bug
just uncomment to use the test.
This commit is contained in:
@@ -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/',
|
||||
// ),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user