-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
x86
-
linux
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() {
}
}
--------------------------------------------
======================================================================
- duplicates
-
JDK-4374246 Regression test sun/applet/Main/relativeFileUrlCheck.sh failing
-
- Closed
-
- relates to
-
JDK-4376618 Reg test relativeFileUrlCheck.sh Failing
-
- Closed
-