Re: RFR: 8350601: Miscellaneous updates to jpackage test lib [v4]

2025-02-25 Thread Alexander Matveev
On Tue, 25 Feb 2025 15:48:29 GMT, Alexey Semenyuk wrote: >> - Unify TKit.createTempDirectory() and TKit.createTempFile() functions. >> Remove `throws IOexception` from their signatures. Add relevant tests. >> - JPackageCommand.java: remove try/catch(IOexception) around >> `TKit.createTempDirec

Re: RFR: 8350601: Miscellaneous updates to jpackage test lib [v4]

2025-02-25 Thread Alexey Semenyuk
> - Unify TKit.createTempDirectory() and TKit.createTempFile() functions. > Remove `throws IOexception` from their signatures. Add relevant tests. > - JPackageCommand.java: remove try/catch(IOexception) around > `TKit.createTempDirectory()` call. > - AppImagePackageTest.java: replace `TKit.crea