OSDN Git Service

Fix broken test due to API rename
authorNathan Harold <nharold@google.com>
Thu, 14 Dec 2017 22:46:46 +0000 (14:46 -0800)
committerNathan Harold <nharold@google.com>
Thu, 14 Dec 2017 23:13:45 +0000 (23:13 +0000)
commit05c21d632ecc44b8bd087cd6afa3d95aac14fb09
treecbf75b19cca7187e1c1578d83c4605d623c1bcc9
parenta233c9502643058cbdd276243018e822bcb683e1
Fix broken test due to API rename

A race condition during an Api rename has caused
the name change from reserveSecurityParameterIndex
to allocateSecurityParameterIndex to be wrong in
a test. Fixing.

Bug: 69128142
Test: runtest frameworks-net
Change-Id: I12fb9832cb938dc19f463b1f1124127435d7b173
tests/net/java/com/android/server/IpSecServiceParameterizedTest.java