commit | 2ea0bc5ffacd6aa8b0fc7d2a3284aeb2a49b74ce | [log] [tgz] |
---|---|---|
author | nharold <nharold@google.com> | Thu Dec 14 23:07:53 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 14 23:07:53 2017 +0000 |
tree | c896f6466a022f1b2889ff6365d57d2c084d2205 | |
parent | 37303d5e94b17b77d14337fa5a03163fdf8526f2 [diff] | |
parent | bcbe3b6bf221bda794e84de444cd3440e7fe2f7b [diff] |
Merge "Fix broken test due to API rename"
diff --git a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java index 963e042..80e42a3 100644 --- a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java +++ b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
@@ -178,7 +178,7 @@ .thenReturn(TEST_SPI_OUT); IpSecSpiResponse spiResp = - mIpSecService.reserveSecurityParameterIndex( + mIpSecService.allocateSecurityParameterIndex( IpSecTransform.DIRECTION_OUT, mRemoteAddr, TEST_SPI_OUT, new Binder()); IpSecService.UserRecord userRecord =