commit | cb64b85d581fc207688603fbca3770fb4bb0d008 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Nov 28 10:54:48 2018 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Wed Nov 28 10:58:00 2018 +0000 |
tree | 075468eb42783125937f0143e2a5eb7da0bfd8f0 | |
parent | 201330ccfb11989f7449486865c6f74b54f1a914 [diff] |
Remove bouncycastle dependency from 021-string2. The part of the test 021-string2 using bouncycastle was added with the String representation change, https://android-review.googlesource.com/79174 , but the only thing it seems to be testing (with respect to that CL) is the String(char[]) constructor. Therefore, change the test to call that constructor directly. Test: testrunner.py --host -t 021-string2 Change-Id: Ifbac88609ffc190d577d48880a451d2279c2a078