Skip to content

Commit

Permalink
for travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Jul 19, 2016
1 parent 5f4ec8b commit aa18c28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HappyDNSTests/ResolverTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ - (void)test114 {
// [self template:@"1.2.4.8"];
//}

//- (void)testGoogle {
// [self template:@"8.8.4.4"];
//}
- (void)testGoogle {
[self template:@"8.8.4.4"];
}

// http://www.dnspai.com/
//- (void)testPai {
// [self template:@"101.226.4.6"];
//}

- (void)testDnspod {
[self template:@"119.29.29.29"];
}
//- (void)testDnspod {
// [self template:@"119.29.29.29"];
//}

- (void)testGetDnsServer {
NSString *dns = [QNResolver systemDnsServer];
Expand Down

0 comments on commit aa18c28

Please sign in to comment.