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

TEST_BUG: regression test sun/applet/Main/relativeFileUrlCheck.sh is invalid

XMLWordPrintable



      Name: dkC103137 Date: 08/11/2000



       Test sun/applet/Main/relativeFileUrlCheck.sh from regression testsuite uses shell script to start
      appletviewer for very simple applet. This script waits for applet's output to analyse it, but the
      applet has an empty init() method only and destroy() method is never invoked. Therefore the test
      hangs and always fails due time out.

      See source of Applet.java below:
      ----------------- Applet.java --------------
      public class Applet extends java.applet.Applet {
          public void init() {
          }
      }
      --------------------------------------------

      ======================================================================

            shihliu Sharon Liu (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: