History log of /frameworks/base/core/tests/utiltests/src/com/android/internal/util/FastXmlSerializerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ae3557ea3a9ad8429de9db14de62a4214a07cdc 06-Apr-2016 Makoto Onuki <omakoto@google.com> Make FastXmlSerializer more suitable to persist arbitrary strings

- Encode '\u000' - '\u001F', so KXmlParser can read them properly.
Otherwise KXmlParser will ignore CRs/LFs in attributes, and CRs
in text.

- Originally FastXmlSerializer would throw if a string contains
dangling surrogate pairs. Now we REPLACE them with.

Bug 27792649

Change-Id: I10c547dad2475b68f60e9e8208d9a3eae8e20063
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/FastXmlSerializerTest.java
733fc6b6f9af33bae047e8296b9fc9d341f4f202 19-Feb-2016 Mitchell Wills <mwills@google.com> Fix FastXmlSerializerTest

Change-Id: Ie984abae588927e65bdeffa5a6f5c58bd6ba0bf1
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/FastXmlSerializerTest.java
35402eb8ae461a0a19b1d99ea824b05750ca1bd9 19-Feb-2016 Lorenzo Colitti <lorenzo@google.com> Move tests for com.android.internal.util out of coretests

These are very simple tests with no dependencies, and moving them
out of FrameworksCoreTests makes it possible to iterate much more
quickly. "runtest frameworks-core" takes almost a minute just to
push to the device, before any tests even start running.

Bug: 25691379
Change-Id: I8d99316a5940e0171883b97c578f9a6882b699a0
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/FastXmlSerializerTest.java