-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
hopper
-
x86, sparc
-
solaris, solaris_8
-
Verified
The DnD browser test suite fails Solaris sparc. The test that fails is DnDStringTextField test.
The testsuite can be found at /net/sqesvr.sfbay/export/dnd/kanishk/dndbts
Steps to reproduce the bug :
1.Compile (You can use the existing dndbts.jar and awtsqe.jar)
1.export JAVA_HOME={Path to latest JDK) (example : /net/yamlok.india/satan/work/jdk/1.4/89/j2sdk1.4.0)
2.gnumake
2.Update DnDTestList.properties, for adding/removing any Testcases
3.Create a link (dndbts) in your public_html directory pointing to the DnD BrowserTestsuite (this is so that you can access it using the http protocol - to simply run the tests, you can also use the file protocol as explained later)
4.Update the DnDBTS.properties file in the config directory of the testsuite so as to reflect the correct path to your DnD BrowserTestsuite
5.Update index.html to point to URL where the Testsuite can be accessible (for example : http://javasoft4.india/~kj120701/dndbts/ )
6.Set the Policy File so as to give full permission (java.security.AllPermission) (use policytool)
7.For Solaris/ Linux, set NPX_PLUGIN_PATH
1.For Solaris : setenv NPX_PLUGIN_PATH ${JAVA_HOME}/jre/plugin/sparc/ns4 (set to ns4 or ns600, as per version)
2.For Linux, export NPX_PLUGIN_PATH=${JAVA_HOME}/jre/plugin/i386/ns4 (set to ns4 or ns600, as per version)
3.Launch Netscape - netscape&
8.Open the page in netscape (Example http://javasoft4.india/~kj120701/dndbts/)
9.Select the Testcases to be executed and click start button
10.On completion of Testing, goto Reports directory and open the report.
###@###.### 2002-04-17
The testsuite fails on IA 8 also. The steps to reproduce the failure are the same as above.
The testsuite can be found at /net/sqesvr.sfbay/export/dnd/kanishk/dndbts
Steps to reproduce the bug :
1.Compile (You can use the existing dndbts.jar and awtsqe.jar)
1.export JAVA_HOME={Path to latest JDK) (example : /net/yamlok.india/satan/work/jdk/1.4/89/j2sdk1.4.0)
2.gnumake
2.Update DnDTestList.properties, for adding/removing any Testcases
3.Create a link (dndbts) in your public_html directory pointing to the DnD BrowserTestsuite (this is so that you can access it using the http protocol - to simply run the tests, you can also use the file protocol as explained later)
4.Update the DnDBTS.properties file in the config directory of the testsuite so as to reflect the correct path to your DnD BrowserTestsuite
5.Update index.html to point to URL where the Testsuite can be accessible (for example : http://javasoft4.india/~kj120701/dndbts/ )
6.Set the Policy File so as to give full permission (java.security.AllPermission) (use policytool)
7.For Solaris/ Linux, set NPX_PLUGIN_PATH
1.For Solaris : setenv NPX_PLUGIN_PATH ${JAVA_HOME}/jre/plugin/sparc/ns4 (set to ns4 or ns600, as per version)
2.For Linux, export NPX_PLUGIN_PATH=${JAVA_HOME}/jre/plugin/i386/ns4 (set to ns4 or ns600, as per version)
3.Launch Netscape - netscape&
8.Open the page in netscape (Example http://javasoft4.india/~kj120701/dndbts/)
9.Select the Testcases to be executed and click start button
10.On completion of Testing, goto Reports directory and open the report.
###@###.### 2002-04-17
The testsuite fails on IA 8 also. The steps to reproduce the failure are the same as above.
- relates to
-
JDK-4419207 drag and drop doesnt work for solaris netscape java-plugin
-
- Closed
-
-
JDK-4617028 DnD browser test suite fails
-
- Closed
-