Not sure how the test can detect bugs in the provider of the host
adapter. BTW, some lines are very long requiring a wide screen monitor.
Masayoshi
On 5/7/2013 3:50 AM, Naoto Sato wrote:
Hello,
Please review the following changeset:
http://cr.openjdk.java.net/~naoto/8013233/webrev.00/
for the following bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8013233
The original test case assumed Windows ver 6.0 or upper always contain
the localized display name for Macedonian, which wasn't the case in
some installation. Removed the hard coded name and replaced them with
the actual returned name from the host adapter.
Naoto