-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.4.0
-
x86
-
linux, windows_2000
Name: iaR10016 Date: 07/18/2001
JDK : JDK1.4.0-beta-b71
JCK : JCK1.4-b06
Platform[s] : RedHat Linux 6.2, Windows 2000, Windows NT, Windows 98
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/java_net/Authenticator/index.html#Authenticator [TestCaseID Authenticator0001]
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/java_net/Authenticator/AuthenticatorTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b71/jck14/linux/redhat6.2_single_gnome_server_linux-13/workDir/api/java_net/Authenticator/index_Authenticator.jtr
How to reproduce:
====================
Run the following script under RedHat Linux 6.2
(probably, you need to change JCK and JAVA_HOME paths):
--------Script START---------------------
#!/bin/sh
JAVA_HOME=/net/jdk/export/disk8/local.java/jdk1.4/linux-i386
JCK=/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14
export CLASSPATH="$JCK/classes:$JCK/javatest.jar"
executeClass="javasoft.sqe.tests.api.java.net.Authenticator.AuthenticatorTests -TestCaseID Authenticator0001"
$JAVA_HOME/bin/java -Xfuture ${executeClass}
---------Script END----------------------
Test output:
=============
Authenticator0001: Failed. setDefault(null) changes default Authenticator
pa = java.net.PasswordAuthentication@4a5ab2
pa2 = null
STATUS:Failed.tests: 1; failed: 1; first test case failure: Authenticator0001
Specific Machine Info:
=====================
Hostname: linux-14
OS: RedHat Linux 6.2
Hostname: Linux-2
OS: Windows 2000
======================================================================