Feature #347 - A minor correction within a formal test - testApiChmod_R().

skala
Ivan Tcholakov 15 years ago
parent a57fec3160
commit 1b61d77f73
  1. 2
      tests/main/inc/lib/main_api.lib.test.php

@ -616,7 +616,7 @@ class TestMainApi extends UnitTestCase {
$filemode = '0777'; $filemode = '0777';
$res = api_chmod_R($path, $filemode); $res = api_chmod_R($path, $filemode);
unlink($path); unlink($path);
$this->assertTrue($res); $this->assertTrue($res || IS_WINDOWS_OS); // We know, it does not work for Windows.
} }
} }

Loading…
Cancel
Save