commit | e6238af8e5864e2b3c92100f853e285b28ba2dc8 | [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 | 624b2c15414df87f1baa1d5ad0e90ff1e826a69c [diff] | |
parent | 55bd2e0e92ce446a48326d37998d94f1a99c8e8b [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 =