On Mon, 11 Apr 2022 17:50:34 GMT, lawrence.andrews <d...@openjdk.java.net> wrote:
>> We need a common manual test framework code that can be shared across all >> the client manual test. This framework class should have the following >> 1) Frame which contains test instruction . >> 2) Pass & Fail button so that user can mark the test pass or fail >> 3) Upon failing the test user should be able to elaborate why the test >> failed and this can be added to the test failure. >> 4) Disposing of all the frames. >> >> @aivanov-jdk > > lawrence.andrews has updated the pull request incrementally with two > additional commits since the last revision: > > - Fixed jcheck issue > - Fixed review comments test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java line 55: > 53: the output to the printer, and examine it. It should have > 54: text looking like this : \u4e00\u4e01\u4e02\u4e03\u4e04English > 55: To test 8022536, if a remote printer is the system default, Maybe a blank line will separate the two cases clearer. ------------- PR: https://git.openjdk.java.net/jdk/pull/7966