Index: /trunk/src/VBox/Main/testcase/tstOVF.cpp
===================================================================
--- /trunk/src/VBox/Main/testcase/tstOVF.cpp	(revision 30882)
+++ /trunk/src/VBox/Main/testcase/tstOVF.cpp	(revision 30883)
@@ -359,13 +359,13 @@
 //             }
 
-            RTPrintf("  Deleting machine %ls...\n", bstrUUID.raw());
-            pVirtualBox->UnregisterMachine(bstrUUID, pMachine.asOutParam());
-            if (FAILED(rc)) throw MyError(rc, "VirtualBox::UnregisterMachine() failed\n");
-
-            if (!pMachine.isNull())
-            {
-                rc = pMachine->DeleteSettings();
-                if (FAILED(rc)) throw MyError(rc, "Machine::DeleteSettings() failed\n");
-            }
+//             RTPrintf("  Deleting machine %ls...\n", bstrUUID.raw());
+//             pVirtualBox->UnregisterMachine(bstrUUID, pMachine.asOutParam());
+//             if (FAILED(rc)) throw MyError(rc, "VirtualBox::UnregisterMachine() failed\n");
+//
+//             if (!pMachine.isNull())
+//             {
+//                 rc = pMachine->DeleteSettings();
+//                 if (FAILED(rc)) throw MyError(rc, "Machine::DeleteSettings() failed\n");
+//             }
         }
     }
