summaryrefslogtreecommitdiffstats
path: root/harmony-tests/src/test/resources/META-INF/services/java.nio.charset.spi.CharsetProvider
Commit message (Collapse)AuthorAgeFilesLines
* Add a unit test to demonstrate ICU CharsetProvider problemsNarayan Kamath2015-01-201-2/+0
| | | | | | | | Also add a single FakeCharsetProvider for unit tests that does nothing by default, so that we can stub it in for tests that do care about it and none of our other tests are affected. Change-Id: I03abb8f1aff53c160935b4cdbeaef764d30f240a
* Use a consistent package path for harmony tests.Narayan Kamath2013-11-151-0/+2
Harmony was never consistent about where they put their tests. There's no reason we have to be the same. Also, there's no need to have separate subtrees for nio, nio_char etc. etc. This change makes all existing apache harmony tests subpackages of "org.apache.harmony.tests" and put them under libcore/harmony-tests. We somehow managed to end up with two vastly different copies of CharsetDecoderTest & CharsetEncoderTest. I've renamed the copies CharsetDecoder2Test & CharsetEncoder2Test to avoid having to go in and resolve the complicated diffs or speculate about the reasons for their divergence. Change-Id: Ic34e69c2faab8893edd54e05eccd7091f4a09abd