commit | 4fcdc7ed05893eb848a5fc5e239e1194a85a6a49 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Tue Apr 02 00:49:00 2019 +0800 |
committer | paulhu <paulhu@google.com> | Tue Apr 02 00:49:00 2019 +0800 |
tree | c915f68b1affaee229ab0a57eeb3ba0d78faa0e5 | |
parent | 154a0d0b38250bcf246c53b9229937c60a176fbc [diff] |
Fix IpPrefixTest#testContainsInetAddress fail. The argument of IpPreFix#contains() has been marked as @NonNull. So the IpPrefixTest#testContainsInetAddress should not test contains() method wiht null object. Bug: None Test: atest FrameworksNetTests atest IpPrefixTest#testContainsInetAddress Change-Id: I2f6bee19514dc47702f64d2a2bbf02d8b7b1b407