8226542: DMG tests failing with java.io.IOException: Exec failed with code 1 command JDK-8200758-branch
authorherrick
Thu, 25 Jul 2019 08:00:51 -0400
branchJDK-8200758-branch
changeset 57530 9063613e9bb1
parent 57529 e3b156ad362f
child 57531 d24019d561da
8226542: DMG tests failing with java.io.IOException: Exec failed with code 1 command Reviewed-by: almatvee
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/DMGsetup.scpt
--- a/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/DMGsetup.scpt	Thu Jul 25 07:59:20 2019 -0400
+++ b/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/DMGsetup.scpt	Thu Jul 25 08:00:51 2019 -0400
@@ -1,15 +1,2 @@
-tell application "Finder"
-  tell disk "DEPLOY_ACTUAL_VOLUME_NAME"
-    open
-    set current view of container window to icon view
-    set toolbar visible of container window to false
-    set statusbar visible of container window to false
+(* this script intentionally empty by default *)
 
-    set the bounds of container window to {400, 100, 917, 370}
-
-    set theViewOptions to the icon view options of container window
-    set arrangement of theViewOptions to not arranged
-    set icon size of theViewOptions to 128
-  end tell
-end tell
-