Changeset 590 for honeyclient/trunk/t/honeyclient_manager_vm_clone.t
- Timestamp:
- 06/20/07 23:01:20 (1 year ago)
- Files:
-
- honeyclient/trunk/t/honeyclient_manager_vm_clone.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/t/honeyclient_manager_vm_clone.t
r589 r590 59 59 use VMware::VmPerl qw(VM_EXECUTION_STATE_ON VM_EXECUTION_STATE_OFF VM_EXECUTION_STATE_STUCK VM_EXECUTION_STATE_SUSPENDED); 60 60 61 # XXX: FIX THIS62 61 # Make sure the module loads properly, with the exportable 63 62 # functions shared. 64 63 BEGIN { 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."); } 65 64 require_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');71 65 use HoneyClient::Manager::VM::Clone; 72 66
