diff options
author | nharold <nharold@google.com> | 2017-12-14 23:07:53 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-12-14 23:07:53 +0000 |
commit | 0abc93177f0561ab7874531f346c5de11094f048 (patch) | |
tree | 9fe95ac7e9f18dd16de772e9d1e7015ff30fba92 /tests/net/java/com/android/server/IpSecServiceParameterizedTest.java | |
parent | df0f5e979137193aebab0b3a4e7007b275a99549 (diff) | |
parent | 660a335f11efd2e5b0db65ab829abafec1934e9b (diff) |
Merge "Fix broken test due to API rename"
Diffstat (limited to 'tests/net/java/com/android/server/IpSecServiceParameterizedTest.java')
-rw-r--r-- | tests/net/java/com/android/server/IpSecServiceParameterizedTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java index 963e042f1db4..80e42a33b3cc 100644 --- a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java +++ b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java @@ -178,7 +178,7 @@ public class IpSecServiceParameterizedTest { .thenReturn(TEST_SPI_OUT); IpSecSpiResponse spiResp = - mIpSecService.reserveSecurityParameterIndex( + mIpSecService.allocateSecurityParameterIndex( IpSecTransform.DIRECTION_OUT, mRemoteAddr, TEST_SPI_OUT, new Binder()); IpSecService.UserRecord userRecord = |