rollback unit test since the root cause was elsewhere

This commit is contained in:
bruno-ds
2021-01-25 10:44:14 +01:00
parent 33a8372409
commit dd921e49b6

View File

@@ -165,12 +165,6 @@ 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/',
// ),
);
}