Merge "Make VpnProfile.maxMtu default value match Ikev2VpnProfile" am: 0943dac366 am: 538a86d63e
Change-Id: I51a3ec89f215dd937357e5a77f679a063a7b8a18
This commit is contained in:
@@ -65,7 +65,7 @@ public class VpnProfileTest {
|
|||||||
assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty());
|
assertTrue(p.getAllowedAlgorithms() != null && p.getAllowedAlgorithms().isEmpty());
|
||||||
assertFalse(p.isBypassable);
|
assertFalse(p.isBypassable);
|
||||||
assertFalse(p.isMetered);
|
assertFalse(p.isMetered);
|
||||||
assertEquals(1400, p.maxMtu);
|
assertEquals(1360, p.maxMtu);
|
||||||
assertFalse(p.areAuthParamsInline);
|
assertFalse(p.areAuthParamsInline);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user