JDK-6647394 : java/util/Currency/ValidateISO4217.java failed with exception: java.util.NoSuchElementException
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 6u10
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-01-04
  • Updated: 2012-08-06
  • Resolved: 2008-01-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u5 b11Fixed
Related Reports
Relates :  
Description
JDK Build: 6u10 b10 PIT build /net/jano1/export1/jcg/NightlyBuilds/update.int/6u_2008q2/archived/2008-01-02-int.6u_2008q2
Tests in WS: /net/jano1.sfbay/export1/jcg/ws/6uN/jcg/j2se

test case java/util/Currency/ValidateISO4217.java failed with the following exception:

java.util.NoSuchElementException
	at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
	at ValidateISO4217.test1(ValidateISO4217.java:112)
	at ValidateISO4217.main(ValidateISO4217.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
	at java.lang.Thread.run(Thread.java:619)

JavaTest Message: Test threw exception: java.util.NoSuchElementException
JavaTest Message: shutting down test

Comments
EVALUATION As mentioned in 'Comments' section, fields were separated with spaces instead of tab.
05-01-2008