Changeset 787

Show
Ignore:
Timestamp:
07/30/07 15:02:18 (1 year ago)
Author:
kindlund
Message:

Fixed issue w/ unit tests. Included more unit tests in packaging.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/create_pkg_dir.pl

    r783 r787  
    2323                inc                            => 'thirdparty/inc', 
    2424                'thirdparty'                   => 'thirdparty', 
     25                't'                            => 't', 
    2526               ); 
    2627#--------------------------------------# 
  • honeyclient/trunk/lib/HoneyClient/Manager/VM.pm

    r784 r787  
    36363636             glob($cloneVMDir . "/*.vme*")) { 
    36373637        $mode = sprintf("%04o", stat($_)->mode & 07777); 
    3638         is($mode, "0400", "setMasterVM(config => '$cloneVM')") or diag("The setMasterVM() call failed.  Expected file ($_) to be mode 0400, but it was mode $mode instead."); 
     3638        is($mode, "0440", "setMasterVM(config => '$cloneVM')") or diag("The setMasterVM() call failed.  Expected file ($_) to be mode 0440, but it was mode $mode instead."); 
    36393639    } 
    36403640