-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.1
-
hopper
-
x86, sparc
-
linux_redhat_7.1, solaris_8
-
Verified
The DnD browser test suite fails on Linux (RedHat 7.1). Also, there are 2 tests that fail in IA8. They are : DnDStringTextField DnDTextFieldPanel. Of these, DnDStringTextField fails on Solaris sparc too. The testsuite passes in its entirety in windows.
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.
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.
- relates to
-
JDK-4419207 drag and drop doesnt work for solaris netscape java-plugin
-
- Closed
-
-
JDK-4652685 DnD Browser test suite failure on Solaris
-
- Closed
-