Add Boot_to_screenshot for two test cases which were disabled earlier.
[virt-v2v-test-cases-nonfree.git] / vmware-win / win_xpsp3_i386_no_tools.ml
index e9e4a7a..8807981 100644 (file)
@@ -5,14 +5,7 @@ let input_disk = test ^ ".ova"
 
 let test_plan = {
   default_plan with
-    (*
-      This would work, but unfortunately Windows dialogs don't open
-      in exactly the same place on the screen, defeating our simple
-      screen-matching algorithm:
-
-      boot_plan = Boot_to_screenshot (test ^ ".ppm");
-    *)
-    boot_plan = No_boot;
+    boot_plan = Boot_to_screenshot (test ^ "-desktop.ppm")
 }
 
 let () = run ~test ~input_disk ~test_plan ()