X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=vmware-win%2Fwin_xpsp3_i386_no_tools.ml;fp=vmware-win%2Fwin_xpsp3_i386_no_tools.ml;h=88079812be1e55c1acbe9e144ec7ecdd5509bdb3;hb=3155df05c071cace12e057c012dc5065913c840b;hp=e9e4a7abbbb418255e6f72c5ed8317108dfc4490;hpb=e46fadac4e36d3285f39c551e2413c9611d3a8e9;p=virt-v2v-test-cases-nonfree.git diff --git a/vmware-win/win_xpsp3_i386_no_tools.ml b/vmware-win/win_xpsp3_i386_no_tools.ml index e9e4a7a..8807981 100644 --- a/vmware-win/win_xpsp3_i386_no_tools.ml +++ b/vmware-win/win_xpsp3_i386_no_tools.ml @@ -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 ()