X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=vmware-win%2Fwin_xpsp3_i386_no_tools.ml;h=e119eae97dc5884844fe4e40bf9886585cc25fcb;hb=refs%2Fheads%2Fsynced%2Fmaster;hp=e9e4a7abbbb418255e6f72c5ed8317108dfc4490;hpb=3678804a681bb01bbf057c6bf9344aabc285e1d5;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..e119eae 100644 --- a/vmware-win/win_xpsp3_i386_no_tools.ml +++ b/vmware-win/win_xpsp3_i386_no_tools.ml @@ -5,14 +5,9 @@ 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; + guest_clock = new_year's_day 2014; + boot_plan = Boot_to_screenshot (test ^ "-desktop.ppm"); + boot_known_good_screenshots = [ test ^ "-booting.ppm" ]; } let () = run ~test ~input_disk ~test_plan ()