Merge "Merge "Add assertion message if testDns ipv6 lookup reutrns ipv4." into lollipop-mr1-cts-dev am: b996de8" into marshmallow-cts-dev am: 48216c2 am: 275a0e6 am: 4be27c8 am: 0399523
am: fd3f832 * commit 'fd3f832fcfb9dc4fa3e4d497a97ebdf1636269b2': Add assertion message if testDns ipv6 lookup reutrns ipv4. Change-Id: I774f8188a4329508bd590564859f38b3ec049f7c
This commit is contained in:
@@ -97,7 +97,8 @@ public class DnsTest extends AndroidTestCase {
|
||||
if (DBG) Log.e(TAG, "ipv6.google.com gave " + addr.toString());
|
||||
}
|
||||
|
||||
assertTrue(foundV4 == false);
|
||||
assertTrue("[RERUN] ipv6.google.com returned an ipv4 address, check your network's DNS connection.",
|
||||
foundV4 == false);
|
||||
assertTrue(foundV6 == true);
|
||||
|
||||
assertTrue(testNativeDns());
|
||||
|
||||
Reference in New Issue
Block a user