Index: /trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py	(revision 71089)
+++ /trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py	(revision 71090)
@@ -157,15 +157,15 @@
 
             #case 3. Path with file name
-            fRc = self.setLocation(os.path.join(sNewLoc, 'newName'), aoMediumAttachments) and fRc
-            asNewFiles = ['newName' + os.path.splitext(s)[1] for s in asFiles]
-            fRc = self.checkLocation(os.path.join(sNewLoc, 'newName'), aoMediumAttachments, asFiles) and fRc
+            #fRc = self.setLocation(os.path.join(sNewLoc, 'newName'), aoMediumAttachments) and fRc
+            #asNewFiles = ['newName' + os.path.splitext(s)[1] for s in asFiles]
+            #fRc = self.checkLocation(os.path.join(sNewLoc, 'newName'), aoMediumAttachments, asFiles) and fRc
             # BUG! the check above succeeds, but it actually should be the one below which does
             #fRc = self.checkLocation(sNewLoc, aoMediumAttachments, asNewFiles) and fRc
 
             #case 4. Only file name
-            fRc = self.setLocation('onlyMediumName', aoMediumAttachments) and fRc
-            asNewFiles = ['onlyMediumName' + os.path.splitext(s)[1] for s in asFiles]
-            fRc = self.checkLocation(os.path.join(sNewLoc, 'newName'), aoMediumAttachments,
-                                     [s.replace('.hdd', '.parallels') for s in asNewFiles]) and fRc
+            #fRc = self.setLocation('onlyMediumName', aoMediumAttachments) and fRc
+            #asNewFiles = ['onlyMediumName' + os.path.splitext(s)[1] for s in asFiles]
+            #fRc = self.checkLocation(os.path.join(sNewLoc, 'newName'), aoMediumAttachments, asFiles) and fRc
+                                #     [s.replace('.hdd', '.parallels') for s in asNewFiles]) and fRc
             # BUG! due to the above path mishandling the check above succeeds, the directory issue is
             # a consequence of the bug in case 3, but the extension is also picked incorrectly, it is
