commit | 841f16e0a20bc4976ce3fe267e445efdd9c53aaf | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Mon Aug 17 22:14:06 2015 -0700 |
committer | Alex Klyubin <klyubin@google.com> | Mon Aug 17 22:14:06 2015 -0700 |
tree | 98fcb9d69ac6af272b939ed478c4da87cdbe2cdc | |
parent | a7db12072db8cf07e44d70c85ca49a2660cf94c0 [diff] |
Fix KeyPairGeneratorTest#testGenerate_RSA_ModernSpec_AsCustomAsPossible The test got broken on some devices by 4953e08d240acce21daf94caf8a809ce6804ed56 which added code to remove an element from a read-only List. This CL fixes the issue by switching the code in question to operating on a mutable list. Bug: 23295907 Change-Id: I7a00ec9aa7bb863535301a63abb7b2b95865afe8