am dac56db6: Merge "Fix the build." into klp-dev

* commit 'dac56db680251dd9bd3913b6152d33457366c722':
  Fix the build.
This commit is contained in:
Robert Greenwalt
2013-09-06 17:02:28 -07:00
committed by Android Git Automerger

View File

@@ -163,8 +163,8 @@ public class LinkPropertiesTest extends TestCase {
target.addLinkAddress(LINKADDRV6);
target.addDns(DNS1);
target.addDns(DNS2);
target.addRoute(GATEWAY1);
target.addRoute(GATEWAY2);
target.addRoute(new RouteInfo(GATEWAY1));
target.addRoute(new RouteInfo(GATEWAY2));
// change mtu
target.setMtu(1440);
assertFalse(source.equals(target));