Ignore:
Timestamp:
2013/01/03 19:18:38 (11 years ago)
Author:
shift_hiroko.tamagawa
Message:

#1977 SC_Utilsの単体テストを追加・修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/util/SC_Utils/SC_Utils_recursiveMkDirTest.php

    r22193 r22194  
    5656    $this->actual = substr(sprintf('%o', fileperms($path)), -4); 
    5757 
    58     $this->verify(); 
     58    $this->verify('作成したディレクトリのパーミッション'); 
    5959  } 
    6060 
     
    6666    $this->actual = substr(sprintf('%o', fileperms($path)), -4); 
    6767 
    68     $this->verify(); 
     68    $this->verify('作成したディレクトリのパーミッション'); 
    6969  } 
    7070 
Note: See TracChangeset for help on using the changeset viewer.