commit | da137d90824294f3804336c404ba449be1bf5a0f | [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 | a7210f364b6ba5ef81ecf9d8f3ea6d20a303f22e | |
parent | 0f1ffb3b77043c95bf188d200eb345ac07118d64 [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