Changeset 30635 in vbox
- Timestamp:
- Jul 5, 2010 7:45:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r30269 r30635 221 221 222 222 default: 223 throw MyError( -1, "Invalid VirtualSystemDescriptionType");223 throw MyError(E_UNEXPECTED, "Invalid VirtualSystemDescriptionType"); 224 224 break; 225 225 } … … 256 256 int vrc = RTFileCopy("ovf-testcases/ovf-dummy.vmdk", pcszDest); 257 257 if (RT_FAILURE(vrc)) 258 throw MyError( -1, "Cannot copy ovf-dummy.vmdk");258 throw MyError(E_UNEXPECTED, "Cannot copy ovf-dummy.vmdk"); 259 259 llFiles2Delete.push_back(pcszDest); 260 260 }
Note:
See TracChangeset
for help on using the changeset viewer.