History log of /frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
869dd39c5a9c1e55a1d7ab796a05e5e710dff348 05-May-2017 Andrei Stingaceanu <stg@google.com> Fix broken Backspace/ForwardDelete tests

* correctly use @Before to intstantiate
* get rid of useless KeyListenerTestCase class
* move to KeyUtils, refactor and document util method to generate
a KeyEvent

Bug: 37991689
Test: adb shell am instrument -w -e package android.text.method
com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner

Change-Id: Ibbce351f31eb62492cd1c7c920fdef44df89b683
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
995b4a21853e105ac64a0e6cd9aeca97839a8a2c 03-May-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Update unit tests for forward delete" into oc-dev
4fbf85b02f3b06882a0ec46d7fbe784d2d8ae1fb 03-May-2017 Roozbeh Pournader <roozbeh@google.com> Update unit tests for forward delete

Changes in the definition of grapheme boundaries for emoji (which
now relies more on what actually ligates in a font) need updating the
unit tests. The changes in the unit tests are cases where the old
code in Minikin assumed a single grapheme, but the new code looks in
the font and finds that there are two grapheme clusters indeed.

Change-Id: Icd3d2563776fb295f48e70b67a8af8e6bd3f4b38
Fixes: 37769578
Test: updated tests pass
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
bbe51f8290af05b4071c7ed44fcbaa98e2f85e13 28-Apr-2017 Andrei Stingaceanu <stg@google.com> Move text coretests to JUnit (2)

* moves android.text.util, android.text.format and
android.text.method packages core tests to AndroidJUnit
* replaced manual mocks with mockito usage
* cleaned up dead code

Bug: 31223263
Test: adb shell am instrument -w -e package android.text\
com.android.frameworks.coretests/android.support.test.runner\
.AndroidJUnitRunner

Change-Id: I7b13c10521381e4f26ca8e6189392914238a21dd
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
d5eff80a7721123f2170ff9a983db9f06535d5b4 03-Feb-2017 Seigo Nonaka <nona@google.com> Introduce Backspace implemenation for flag emoji sequence.

Also introduce some test cases to CoreTest.

Test: ran FrameworksCoreTest
Change-Id: I4e237155a6fa7567937c8d089459c0780f868ffc
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
68089c81068cc93d3fd42e2f768fc3a2a0d08f3c 30-Jun-2016 Siyamed Sinir <siyamed@google.com> Enable Text core tests

Some of the tests were disabled because of the access permissions. This
CL:
* Removes @Suppress annotations
* Annotates the test classes with related annotations such as @SmallTest
* Removes unused imports
* Replaces android.test.sitebuilder.annotation.SmallTest annotations with
android.support.test.filters.SmallTest

Bug: 29879498
Change-Id: I9e6e326bc6eaf365d7d5c6d1f7edec35e6957302
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
1e22227117f6ad86e9efe2a2ca2cca1fc456f07e 30-Jun-2016 Seigo Nonaka <nona@google.com> Update test expectations.

After Ie49b378250, all emoji can be a part of ZWJ sequence, so need to
update the test expectations.

Bug: 29871956
Change-Id: I89ee3e432b6855c86df187cd36c78e9a4e275b79
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
328251a1d756463ad5f0dedcdf8a5b613387f8dc 14-Mar-2016 Seigo Nonaka <nona@google.com> Revive some test cases in BackspaceTest/ForwardDeleteTest.

Implementation can choose the support of ZWJ and Emoji modifier, so move
them back to CoreTests.

Bug: 27553165
Change-Id: Ief9ae64c8c731b927295f54d09512256449b5a88
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
132039ae89cfad501cd14fbb3819901151ae1890 09-Mar-2016 Seigo Nonaka <nona@google.com> Remove duplicated test cases.

Removing duplicated test cases since normal cases are moved to cts.

Bug: 27553165
Change-Id: Ie8c127713dd05a2dc18fc54257ff3d9d1625a0e5
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java
23a67678e3848e2465518769236139e6cafac2ee 27-Feb-2016 Seigo Nonaka <nona@google.com> Improve forward delete key handling.

Forward delete key now deletes characters until the next grapheme
cluster boundary.

Bug: 25737208
Bug: 27035430
Change-Id: Ie2fb510fefa115657cc48063be5319b1eecb30b9
/frameworks/base/core/tests/coretests/src/android/text/method/ForwardDeleteTest.java