Show
Ignore:
Timestamp:
06/20/07 23:01:20 (1 year ago)
Author:
kindlund
Message:

Updated VM unit tests to support configurable user prompts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/t/honeyclient_manager_vm_clone.t

    r589 r590  
    5959use VMware::VmPerl qw(VM_EXECUTION_STATE_ON VM_EXECUTION_STATE_OFF VM_EXECUTION_STATE_STUCK VM_EXECUTION_STATE_SUSPENDED); 
    6060 
    61 # XXX: FIX THIS 
    6261# Make sure the module loads properly, with the exportable 
    6362# functions shared. 
    6463BEGIN { use_ok('HoneyClient::Manager::VM::Clone') or diag("Can't load HoneyClient::Manager::VM::Clone package.  Check to make sure the package library is correctly listed within the path."); } 
    6564require_ok('HoneyClient::Manager::VM::Clone'); 
    66 can_ok('HoneyClient::Manager::VM::Clone', 'new'); 
    67 can_ok('HoneyClient::Manager::VM::Clone', 'drive'); 
    68 can_ok('HoneyClient::Manager::VM::Clone', 'isFinished'); 
    69 can_ok('HoneyClient::Manager::VM::Clone', 'next'); 
    70 can_ok('HoneyClient::Manager::VM::Clone', 'status'); 
    7165use HoneyClient::Manager::VM::Clone; 
    7266