Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8274082

Wrong test case name specified in jtreg run tag for java/awt/print/PrinterJob/SwingUIText.java

XMLWordPrintable

    • 9

      Following are the issues with java/awt/print/PrinterJob/SwingUIText.java test case
      1) Parser error due to yesno in @run main/manual=yesno
      2) Wrong test name specified in @run jtreg
      @run main/manual=yesno PrintTextTest . It should be
      @run main/manual=yesno SwingUIText . Running the test case shows PrintTextTest UI.
      3) Instruction frame does not have 'Pass' or 'Fail' button to mark the test as Pass or Fail after verifying Text on UI and print out.
      4) Test UI ( test instruction frame, UI frame and Print Dialog) just gets disposed automatically without interacting via running the test case with jtreg. This test case works as expected as a standalone test case.

            landrews Lawrence Andrews
            landrews Lawrence Andrews
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: