History log of /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/Character_UnicodeBlockTest.java
Revision Date Author Comments
500f2ca3a8f0eea30b849a292a7a9e08e594d7fc 21-Jun-2016 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add Character tests for new UnicodeBlocks

Added tests for unicode blocks in java.lang.Character
that were added in Java 8

Bug: 28666126
Change-Id: I3fbeee7ed5413a801cb9a108ae8162e1fea8195e
73f10ba15e88eacf8b09eba73dbeef1a7193a930 09-May-2014 Narayan Kamath <narayan@google.com> Fix UnicodeBlockTest.

Remove negative tests for blocks that weren't assigned in
Java6 but are currently assigned. Those tests weren't very
useful anyway, since this class must serve as a test of our
ICU glue and not of the underlying ICU data.

Also removes a test for the deprecated SURROGATES_AREA member
which we don't support to remain consistent with ICU's treatment
of blocks in patterns.

bug: 12491302

(cherry picked from commit 7ed285657c33638ed939da5b2751e02f8e42648e)

Change-Id: I30313c7c63df1832b8fdc227bfe9cab46434d81d
7ed285657c33638ed939da5b2751e02f8e42648e 09-May-2014 Narayan Kamath <narayan@google.com> Fix UnicodeBlockTest.

Remove negative tests for blocks that weren't assigned in
Java6 but are currently assigned. Those tests weren't very
useful anyway, since this class must serve as a test of our
ICU glue and not of the underlying ICU data.

Also removes a test for the deprecated SURROGATES_AREA member
which we don't support to remain consistent with ICU's treatment
of blocks in patterns.

bug: 12491302
Change-Id: I9301cab55913df635128fe77f820729c34aa6fe3
ab762bb740405d0fefcccf4a0899a234f995be13 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests. (Take 2)

This reverts commit d5e281743e55e1daa297fd8043b2d9b6e8e1bed2.

The makefile issue that caused the original build break
has been resolved.
d5e281743e55e1daa297fd8043b2d9b6e8e1bed2 15-Nov-2013 Narayan Kamath <narayan@google.com> Revert "Move tests from tests/api to harmony-tests."

This reverts commit 81bf28ad31131815d0a36a43a0eca3c29aefdfcd.

Breaks build

Change-Id: I3f1562921ffe8fdbec36971dd65db398c27c92db
81bf28ad31131815d0a36a43a0eca3c29aefdfcd 15-Nov-2013 Narayan Kamath <narayan@google.com> Move tests from tests/api to harmony-tests.

The vast majority of cleaned up harmony tests
are now in harmony-tests/src/test/org/apache/harmony/tests/

Change-Id: I56c2e484ff434b5618cf6751d602ae9f0db96b30