Re: RFR: 8343875: Minor improvements of jpackage test library [v2]

2024-11-12 Thread Alexander Matveev
On Wed, 13 Nov 2024 02:02:27 GMT, Alexey Semenyuk wrote: >> The PR affects jpackage test library only. Changes: >> >> - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is >> still used as there is no better alternative. >> - Use `TKit.concatMessages()` instead of `String.fo

Re: RFR: 8343875: Minor improvements of jpackage test library [v2]

2024-11-12 Thread Alexey Semenyuk
> The PR affects jpackage test library only. Changes: > > - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is > still used as there is no better alternative. > - Use `TKit.concatMessages()` instead of `String.format()` in > TKit.assert...() methods. > - Added unit tests for

Re: RFR: 8343875: Minor improvements of jpackage test library

2024-11-12 Thread Alexander Matveev
On Fri, 8 Nov 2024 23:57:58 GMT, Alexey Semenyuk wrote: > The PR affects jpackage test library only. Changes: > > - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is > still used as there is no better alternative. > - Use `TKit.concatMessages()` instead of `String.format()

RFR: 8343875: Minor improvements of jpackage test library

2024-11-12 Thread Alexey Semenyuk
The PR affects jpackage test library only. Changes: - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is still used as there is no better alternative. - Use `TKit.concatMessages()` instead of `String.format()` in TKit.assert...() methods. - Added unit tests for all TKit.asse

Re: RFR: 8343875: Minor improvements of jpackage test library

2024-11-12 Thread Alexey Semenyuk
On Fri, 8 Nov 2024 23:57:58 GMT, Alexey Semenyuk wrote: > The PR affects jpackage test library only. Changes: > > - Removed dependencies on `java.io.File`. `java.io.File.pathSeparator` is > still used as there is no better alternative. > - Use `TKit.concatMessages()` instead of `String.format()