jdk-24/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/test.html
Dmitry Cherepanov 194fc6af43 6619458: testcase depends on a file with the name te{st.html
Using test.html instead of te{st.html in reg test

Reviewed-by: son
2008-04-03 15:00:21 +04:00

21 lines
560 B
HTML

<html>
<!--
test
@bug 6193279
@summary REGRESSION: AppletViewer throws IOException when path is encoded URL
@author Dmitry.Cherepanov@SUN.COM : area=appletviewer
@run compile IOExceptionIfEncodedURLTest.java
@run shell IOExceptionIfEncodedURLTest.sh
-->
<head>
<title>Started by shell script</title>
</head>
<body>
<h1>IOExceptionIfEncodedURLTest<br>Bug ID: 6193279</h1>
<p> See the dialog box (usually in upper left corner) for instructions</p>
<APPLET CODE="IOExceptionIfEncodedURLTest.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>