Index: /trunk/src/VBox/ValidationKit/testdriver/vbox.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testdriver/vbox.py	(revision 55081)
+++ /trunk/src/VBox/ValidationKit/testdriver/vbox.py	(revision 55082)
@@ -1246,6 +1246,6 @@
                 reporter.logXcpt('Failed to get VirtualBox version, assuming 4.0.0');
                 sVer = "4.0.0";
-            if sVer.startswith("4.4") or (sVer.startswith("4.3.5") and len(sVer) == 6):
-                self.fpApiVer = 4.4;
+            if sVer.startswith("5.0") or (sVer.startswith("4.3.5") and len(sVer) == 6):
+                self.fpApiVer = 5.0;
             elif sVer.startswith("4.3") or (sVer.startswith("4.2.5") and len(sVer) == 6):
                 self.fpApiVer = 4.3;
