|
Description
|
In the following changeset, the new test was introduced. Since then, all the tests have failed on solaris-i586/amd64, linux-amd64/i586, and windows-i586. They're not failing on solaris-sparc/sparcv9 (shimmer), probably kerberos is configured on that machine.
6659990: KerberosTicket.getEndTime does not copy date (findbugs)
Reviewed-by: mullan
javax/security/auth/kerberos/KerberosTixDateTest.java
java.lang.RuntimeException: equals() check fails!
at KerberosTixDateTest.checkEqualsAndHashCode(KerberosTixDateTest.java:1
17)
at KerberosTixDateTest.testS11nCompatibility(KerberosTixDateTest.java:13
0)
at KerberosTixDateTest.main(KerberosTixDateTest.java:76)
windows-i586
java.lang.IllegalArgumentException: Could not load configuration file C:\WINNT\krb5.ini (The system cannot find the file specified)
at javax.security.auth.kerberos.KerberosPrincipal.<init>(KerberosPrincip
al.java:125)
Was this test supposed to be ignored? If so, it needs the proper keyword.
Posted Date : 2008-04-29 23:30:18.0
|