test: pick another CNAME record to test dns queries

Google.com no longer has a CNAME record.
This commit is contained in:
Bert Belder 2012-09-26 01:56:42 +02:00
parent ec03c47c19
commit b5db5fc9dc

View File

@ -221,7 +221,7 @@ TEST(function test_resolveSrv(done) {
TEST(function test_resolveCname(done) { TEST(function test_resolveCname(done) {
var req = dns.resolveCname('www.google.com', function(err, names) { var req = dns.resolveCname('www.microsoft.com', function(err, names) {
if (err) throw err; if (err) throw err;
assert.ok(names.length > 0); assert.ok(names.length > 0);