Ignore:
Timestamp:
2014/08/28 15:58:05 (10 years ago)
Author:
kimoto
Message:

#150 ユニットテスト環境の整備
isAbsoluteRealPathが相対パス混じりでもtrueを返していたのでテストの追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/SC_Utils.php

    r23606 r23609  
    18391839            return false; 
    18401840        } 
    1841         if (!strncasecmp(PHP_OS, 'win', 3)) { 
     1841        if (DIRECTORY_SEPARATOR == '\\') { 
    18421842            return (($path{0} == '/') ||  preg_match('/^[a-zA-Z]:(\\\|\/)/', $path)); 
    18431843        } 
Note: See TracChangeset for help on using the changeset viewer.