Fix build error after gtest is upgraded 26/258126/1
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 11 May 2021 04:11:40 +0000 (13:11 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 11 May 2021 04:11:40 +0000 (13:11 +0900)
Change-Id: I1669bc91eadcaf008bc86629c93784f902154f98
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
test/unit_tests/test_theme_parser.cc

index d5d88be..ab6baa0 100644 (file)
@@ -47,7 +47,7 @@ TEST_F(ThemeParserTest, Inflate) {
   char root_path[] = "test_samples";
   EXPECT_CALL(GetMock<PkgmgrInfoMock>(),
       pkgmgrinfo_pkginfo_get_root_path(_, _)).
-          WillOnce(DoAll(
+          WillOnce(testing::DoAll(
                   SetArgPointee<1>(const_cast<char*>(root_path)),
                   Return(PMINFO_R_OK)));