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

Need to make sure all applets params are read/set before start the testing logic.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • None
    • 7-pool
    • deploy
    • winxp/jre-6u28/fx-b45/FF4

    Description

      In some FX deployment sqe LiveConnect test cases. Applets params are passed in and used to determine PASS/FAIL of the test. These params are typically read/set in init() function of FX applets/application. However, sometimes (due to different timing) it could happen that the test function of the FX applet is called before the params mentioned above has been read/set. Thus, NPE will be thrown.

      Need to add logic to delay the invocation of such test functions until all needed params are read/set.

      Attachments

        Activity

          People

            stephenh Stephen Hu (Inactive)
            stephenh Stephen Hu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: