History log of /libcore/luni/src/test/resources/META-INF/services/libcore.java.util.ServiceLoaderTestInterface
Revision Date Author Comments
f5d8857b623192a985e449453de5bf1efaa4ea79 16-Aug-2013 Elliott Hughes <enh@google.com> Fix a bunch of Charset tests.

The isRegistered test is still failing. The problem is that icu4c's
convrtrs.txt has names like "windows-1252" that are both the canonical
name for one charset and an alias for another legacy charset. I need
to work out how to resolve that.

Bug: 10210999

(cherry picked from commit ea1caf4ccc5c2255f384c0774aa9e055763a6a41)

Change-Id: I83cf1b9ae1d29f9956f443ef914a3e473e0f4692
ea1caf4ccc5c2255f384c0774aa9e055763a6a41 16-Aug-2013 Elliott Hughes <enh@google.com> Fix a bunch of Charset tests.

The isRegistered test is still failing. The problem is that icu4c's
convrtrs.txt has names like "windows-1252" that are both the canonical
name for one charset and an alias for another legacy charset. I need
to work out how to resolve that.

Bug: 10210999
Change-Id: If3425321c814622e4f54b2efca95a767bd16c080
f58e4b40ce5c332067853a57d8a6e3389eff866b 08-Dec-2010 Jesse Wilson <jessewilson@google.com> Fix ServiceLoaderTest, which was broken when I renamed it.

Adding the 'libcore' prefix broke the test's ability to find
its list of implementations.

Change-Id: I91c6cbf2cebcfe8deb34e755ef5f8f9b5eff8ddb