Fix codex

Signed-off-by: zhaoyuan17 <zhaoyuan17@huawei.com>
This commit is contained in:
zhaoyuan17
2021-12-08 14:18:13 +00:00
parent 1405c2182b
commit 00dd2e109b
@@ -265,9 +265,9 @@ void BmsLauncherServiceSystemTest::CheckShortcutInfos(
EXPECT_EQ(shortcutinfo.icon, "$media:icon");
EXPECT_EQ(shortcutinfo.shortcutid, "id.third1");
EXPECT_EQ(shortcutinfo.label, "$string:app_name");
for (auto intent : shortcutinfo.intents) {
EXPECT_EQ(intent.targetBundle, "com.example.third1");
EXPECT_EQ(intent.targetClass, "com.example.third1.MainAbility");
for (auto want : shortcutinfo.intents) {
EXPECT_EQ(want.targetBundle, "com.example.third1");
EXPECT_EQ(want.targetClass, "com.example.third1.MainAbility");
}
}
}