commit | 3e411a3f1c01a00361877b91d50d039c52e554eb | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Jan 17 21:28:24 2019 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Wed Jan 30 22:55:02 2019 +0900 |
tree | 15be82a9fdf07b46f7d3fd7bcb4c57ef96649e9a | |
parent | 9a312dbe690c30591d4ca70dcf901934f289a997 [diff] |
Avoid multiple inheritance in ResolverTest This is better modeled by an HAS-A relationship, and multiple inheritance can cause a good deal of confusion. For instance, it wasn't clear why GTest wouldn't call DnsResponderClient::SetUp() after deleting ResolverTest::SetUp(). Test: atest resolv_integration_test Change-Id: I69f5e53917a491f9d7035c0ff2399077f46e380c