Merge "Frameworks: Annotate JUnit4 test with @Test" am: 4d9bec6b4a am: a7c5afafe3

am: 0bf88228ca

Change-Id: I0c611c22eedda2d849bd16ef2e2bb7e2e60e0a5a
This commit is contained in:
Andreas Gampe
2018-02-27 19:39:51 +00:00
committed by android-build-merger

View File

@@ -281,6 +281,7 @@ public class IpSecServiceParameterizedTest {
anyInt()); anyInt());
} }
@Test
public void testCreateTwoTransformsWithSameSpis() throws Exception { public void testCreateTwoTransformsWithSameSpis() throws Exception {
IpSecConfig ipSecConfig = new IpSecConfig(); IpSecConfig ipSecConfig = new IpSecConfig();
addDefaultSpisAndRemoteAddrToIpSecConfig(ipSecConfig); addDefaultSpisAndRemoteAddrToIpSecConfig(ipSecConfig);