Changeset 16568 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Feb 9, 2009 8:57:02 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r16530 r16568 1335 1335 { 1336 1336 com::SafeArray<VirtualSystemDescriptionType_T> retTypes; 1337 com::SafeArray< ULONG> retRefValues;1337 com::SafeArray<BSTR> retRefValues; 1338 1338 com::SafeArray<BSTR> retOrigValues; 1339 1339 com::SafeArray<BSTR> retAutoValues; … … 1355 1355 Bstr (retConfiguration [a]).raw()); 1356 1356 } 1357 /* Show warnings from interpret */ 1358 com::SafeArray<BSTR> retWarnings; 1359 CHECK_ERROR_BREAK (retVSD [i], 1360 GetWarnings(ComSafeArrayAsOutParam (retWarnings))); 1361 if (retWarnings.size() > 0) 1362 { 1363 RTPrintf ("The following warnings occurs on interpret:\n"); 1364 for (unsigned r = 0; r < retWarnings.size(); ++r) 1365 RTPrintf ("%ls\n", Bstr (retWarnings [r]).raw()); 1366 RTPrintf ("\n"); 1367 } 1357 1368 } 1358 1369 RTPrintf ("\n"); … … 1365 1376 if (SUCCEEDED (rc)) 1366 1377 { 1367 /* Check if the import was suc essfully */1378 /* Check if the import was successfully */ 1368 1379 progress->COMGETTER (ResultCode)(&rc); 1369 1380 if (FAILED (rc))
Note:
See TracChangeset
for help on using the changeset viewer.