commit | 755a51469fc20754ca80edf8e43124480a5d0793 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Fri Aug 28 15:09:09 2015 +0100 |
committer | Neil Fuller <nfuller@google.com> | Fri Aug 28 15:13:21 2015 +0100 |
tree | 51417d863164f3d8383932d07cf1f6950d8aec11 | |
parent | 04990b97430cd78aa07ece7f13d0dd6ff6e755b5 [diff] |
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