commit | 4512a57e01ed9735d7566c77664df6e526d4447a | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Jun 29 05:49:39 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 29 05:49:39 2017 +0000 |
tree | 328484b06f4840c83c04903139d8098077d1756b | |
parent | 28a360b4c1e61d453e0da54c3fe03ae6ba64a32f [diff] | |
parent | 60ff24c62e3215d24cdad0b7b29926734eb24c10 [diff] |
Merge "Assert getService does not return nullptr"
diff --git a/configstore/1.0/vts/functional/VtsHalConfigstoreV1_0TargetTest.cpp b/configstore/1.0/vts/functional/VtsHalConfigstoreV1_0TargetTest.cpp index 95cd30b..e501580 100644 --- a/configstore/1.0/vts/functional/VtsHalConfigstoreV1_0TargetTest.cpp +++ b/configstore/1.0/vts/functional/VtsHalConfigstoreV1_0TargetTest.cpp
@@ -41,6 +41,7 @@ virtual void SetUp() override { sfConfigs = ::testing::VtsHalHidlTargetTestBase::getService< ISurfaceFlingerConfigs>(); + ASSERT_NE(sfConfigs, nullptr); } virtual void TearDown() override {}