History log of /libcore/luni/src/test/java/libcore/io/Base64Test.java
Revision Date Author Comments
5a0ae3e0dba473691f6ca909a786dec7d6968c8a 01-Sep-2015 Sergio Giro <sgiro@google.com> libcore: new implementation of libcore.io.Base64

Second attempt, this time with fixed tests.

(cherry picked from commit 8a5101a29ce850e12bba14022dcdc0f500c9ad25)

Change-Id: I76703df5610510a7adaa6cfd562338a40966bef6
27ba86dcb59cbf8ac5bac3475672cdfd719c240b 23-Oct-2015 Przemyslaw Szczepaniak <pszczepaniak@google.com> Revert "libcore: new implementation of libcore.io.Base64"

This reverts commit 4154da489f49711a9a5e8623cff712dca84ef2b1.

Causing trouble in mnc and mnc-dr, will resubmit next week

Change-Id: I062b9720aecb93d949e9c029f1a92e20e24a4b03
2991631f3e631ad7df8716d63b0dddbabb5fa96a 01-Sep-2015 Sergio Giro <sgiro@google.com> libcore: new implementation of libcore.io.Base64

Change-Id: I2ebdaf5dda37911db4827899eb722dd20c44da73
(cherry picked from commit 8a5101a29ce850e12bba14022dcdc0f500c9ad25)
8a5101a29ce850e12bba14022dcdc0f500c9ad25 01-Sep-2015 Sergio Giro <sgiro@google.com> libcore: new implementation of libcore.io.Base64

Change-Id: I2ebdaf5dda37911db4827899eb722dd20c44da73
755a51469fc20754ca80edf8e43124480a5d0793 28-Aug-2015 Neil Fuller <nfuller@google.com> Tidy up of the Base64Test

As they were written the tests would be hard to debug:
non-ASCII bytes in decoder output were being elided to the
'�' char in Strings, which would make it hard to work out
what bytes the decoder was actually returning. Checks
have been added to make sure tests that use Strings
for compactness stick within the ASCII range. Other
tests just use int[]. Some redundant tests have been
removed.

Change-Id: Iaa8997840944e74d85ed24ded028dd841af7b2ca
04990b97430cd78aa07ece7f13d0dd6ff6e755b5 28-Aug-2015 Neil Fuller <nfuller@google.com> Add tests to demonstrate libcore.io.Base64 behavior

Particular attention given to edge cases where the
implementation diverges from the RFC or where the
RFC is unclear.

Change-Id: Ib73a609cb715095e26fa3215df9fa12558224242
32b2c95c350002f67c8b3e65777161feda766b72 10-May-2011 Jesse Wilson <jessewilson@google.com> Dont line wrap Base64.

Change-Id: I9a16a09dad9ff170921591455b17a3b738e70655